Skip to content

Commit a1915e1

Browse files
committed
moooooore
1 parent 2f8bc22 commit a1915e1

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 }}
40+
if: ${{ env.SNAPSHOT == 'false' }}
4141
id: current_version
4242
run: |
4343
echo "VERSION=`cat box.json | jq '.version' -r`" >> $GITHUB_ENV

0 commit comments

Comments
 (0)