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