File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,28 +34,13 @@ jobs:
3434 steps :
3535 - name : Checkout
3636 uses : actions/checkout@v4
37- - name : Setup Golang
38- uses : actions/setup-go@v5
39- with :
40- go-version : ' ^1.24'
41- cache : true
42- - name : Build
43- run : make init
4437 - name : GPG
4538 id : import_gpg
4639 if : ${{ env.gpg_private_key != '' }}
4740 uses : crazy-max/ghaction-import-gpg@v6
4841 with :
4942 gpg_private_key : ${{ env.gpg_private_key }}
5043 passphrase : ${{ secrets.GPG_PASSPHRASE }}
51- - name : Assets
52- env :
53- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54- GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
55- run : |
56- curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap.sh" | bash -s -- "-c" "release.sh"
57- export GIT_TAG="$(basename ${{ github.ref }})"
58- scripts/release.sh build assets clean
5944 - name : Docker
6045 if : env.DOCKER_REGISTRY && env.SCW_SECRET_KEY
6146 env :
You can’t perform that action at this time.
0 commit comments