Skip to content

Commit b18c9a3

Browse files
committed
Uncommenting line which allowed a release without tag
This was causing an error in the ci as there was no tag
1 parent 9799749 commit b18c9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353

5454
release:
55-
# if: github.ref_type == 'tag'
55+
if: github.ref_type == 'tag'
5656
needs: [dist, docs]
5757
uses: ./.github/workflows/_release.yml
5858
permissions:

0 commit comments

Comments
 (0)