Skip to content

Commit 57d21f9

Browse files
committed
fixes workflow
Signed-off-by: Ashraf Fouda <[email protected]>
1 parent e52e564 commit 57d21f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# will use the tag value (has to start with v)
7373
- name: Tagging
7474
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'))
75+
if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/zos-light')
7676
with:
7777
token: ${{ secrets.HUB_JWT }}
7878
action: tag

0 commit comments

Comments
 (0)