Skip to content

Commit 88cd69b

Browse files
committed
ci(release): Remove the go part, copy paste
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 83a0498 commit 88cd69b

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)