This covers just the "main" target but proves that everything could work in the case of an orderly departure from github.
5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
|
|
tea login add --url "$FORGE_SERVER_URL"
|
|
|
|
tea release asset create "${TAG}" dist/*
|