Skip to content

Commit

Permalink
update build info
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Glonek committed Jan 21, 2025
1 parent f080051 commit 00c7f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
export PATH=/usr/local/go/bin:/usr/local/bin:$PATH
cd ~/work/aerolab/aerolab/src && make pkg-linux
- name: setup GPG
uses: aerospike/shared-workflows/devops/setup-gpg@main
uses: aerospike/shared-workflows/devops/setup-gpg@v0.1.0
with:
gpg-private-key: ${{ secrets.GPG_SECRET_KEY_ORG }}
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY_ORG }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
ls |while read f; do shasum -a 256 $f > $f.sha256; done
cd ..
- name: setup GPG
uses: aerospike/shared-workflows/devops/setup-gpg@main
uses: aerospike/shared-workflows/devops/setup-gpg@v0.1.0
with:
gpg-private-key: ${{ secrets.GPG_SECRET_KEY_ORG }}
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY_ORG }}
Expand Down

0 comments on commit 00c7f43

Please sign in to comment.