We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e83f9 commit b6f2313Copy full SHA for b6f2313
.github/workflows/build-rootfs.yml
@@ -45,8 +45,10 @@ jobs:
45
./scripts/build-rootfs.sh docs/dist
46
- name: Upload Release Asset
47
id: upload-release-asset
48
+ env:
49
+ token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
50
+ if: ${{ env.token-defined == true && startsWith(github.ref, 'refs/tags/') }}
51
uses: softprops/action-gh-release@v2
- if: startsWith(github.ref, 'refs/tags/')
52
with:
53
files: build/dist/*
54
# yamllint disable-line rule:line-length
0 commit comments