Skip to content

Commit ae67358

Browse files
committed
try this
1 parent 3ea84ef commit ae67358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Create GPG_SIGNING_KEY file"
2424
run: "echo '${{ secrets.GPG_SIGNING_KEY }}' > /tmp/key.gpg"
2525
- name: "Save Iteration in Revision"
26-
run: "REVISION=(git rev-list --count --all || echo 0) > $GITHUB_ENV"
26+
run: echo REVISION=$(git rev-list --count --all || echo 0) > $GITHUB_ENV
2727
- uses: actions/setup-go@v5
2828
with:
2929
go-version: stable

0 commit comments

Comments
 (0)