Skip to content

Commit 4de0890

Browse files
authored
Comment out conditional for publish job
1 parent e89d226 commit 4de0890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
publish:
101101
needs: package
102102
runs-on: ubuntu-latest
103-
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
103+
#if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
104104
permissions:
105105
contents: read
106106
id-token: write

0 commit comments

Comments
 (0)