Skip to content

Commit ff98c09

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: Upload Release Asset
4747
id: upload-release-asset
4848
uses: softprops/action-gh-release@v2
49-
if: startsWith(github.ref, 'refs/tags/') && ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
49+
env:
50+
token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
51+
if: startsWith(github.ref, 'refs/tags/') && ${{ env.token-defined }}
5052
with:
5153
files: build/dist/*
5254
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)