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 29f7cea commit 9490678Copy full SHA for 9490678
.github/workflows/build-rootfs.yml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
54
# yamllint disable-line rule:line-length
55
- if: ${{ env.token-defined == true && startsWith(github.ref, 'refs/tags/') }}
+ if: github.ref_type == 'tag' && env.token-defined
56
57
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
58
with:
0 commit comments