Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Feb 2, 2024
1 parent 3ea84ef commit ae67358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Create GPG_SIGNING_KEY file"
run: "echo '${{ secrets.GPG_SIGNING_KEY }}' > /tmp/key.gpg"
- name: "Save Iteration in Revision"
run: "REVISION=(git rev-list --count --all || echo 0) > $GITHUB_ENV"
run: echo REVISION=$(git rev-list --count --all || echo 0) > $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: stable
Expand Down

0 comments on commit ae67358

Please sign in to comment.