We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52e564 commit 57d21f9Copy full SHA for 57d21f9
.github/workflows/publish.yaml
@@ -72,7 +72,7 @@ jobs:
72
# will use the tag value (has to start with v)
73
- name: Tagging
74
uses: threefoldtech/publish-flist@master
75
- if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v' || github.ref == 'refs/heads/zos-light'))
+ if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/zos-light')
76
with:
77
token: ${{ secrets.HUB_JWT }}
78
action: tag
0 commit comments