Skip to content

Commit 0142b17

Browse files
committed
more tests
1 parent 329e567 commit 0142b17

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
@@ -37,7 +37,7 @@ jobs:
3737
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
3838

3939
- name: "Setup Environment Variables For Build Process: ${{ env.SNAPSHOT }}"
40-
if: ${{ env.SNAPSHOT == 'false' }}
40+
if: !env.SNAPSHOT
4141
id: current_version
4242
run: |
4343
echo "VERSION=`cat box.json | jq '.version' -r`" >> $GITHUB_ENV

0 commit comments

Comments
 (0)