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 0142b17 commit f09cc44Copy full SHA for f09cc44
.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
+ if: env.SNAPSHOT == 'false'
41
id: current_version
42
run: |
43
echo "VERSION=`cat box.json | jq '.version' -r`" >> $GITHUB_ENV
0 commit comments