We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea84ef commit ae67358Copy full SHA for ae67358
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: "Create GPG_SIGNING_KEY file"
24
run: "echo '${{ secrets.GPG_SIGNING_KEY }}' > /tmp/key.gpg"
25
- name: "Save Iteration in Revision"
26
- run: "REVISION=(git rev-list --count --all || echo 0) > $GITHUB_ENV"
+ run: echo REVISION=$(git rev-list --count --all || echo 0) > $GITHUB_ENV
27
- uses: actions/setup-go@v5
28
with:
29
go-version: stable
0 commit comments