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 329e567 commit 0142b17Copy full SHA for 0142b17
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
38
39
- name: "Setup Environment Variables For Build Process: ${{ env.SNAPSHOT }}"
40
- if: ${{ env.SNAPSHOT == 'false' }}
+ if: !env.SNAPSHOT
41
id: current_version
42
run: |
43
echo "VERSION=`cat box.json | jq '.version' -r`" >> $GITHUB_ENV
0 commit comments