Skip to content

Commit d5c8302

Browse files
committed
WIP: mod: .github/workflows/build-rootfs.yml (build/main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent ab8ea03 commit d5c8302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: upload-release-asset
4848
env:
4949
token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
50-
if: startsWith(github.ref, 'refs/tags/') && ${{ env.token-defined }}
50+
if: ${{ env.token-defined }} && startsWith(github.ref, 'refs/tags/')
5151
uses: softprops/action-gh-release@v2
5252
with:
5353
files: build/dist/*

0 commit comments

Comments
 (0)