Skip to content

Commit a341c70

Browse files
authored
fix: Update release.yml (#256)
Removes check for commit message, as we've added a skip ci statement which should be a much better way to handle this condition.
1 parent 89682b1 commit a341c70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ on:
2222
jobs:
2323
release:
2424
runs-on: ubuntu-latest
25-
if: github.event.commits[0].message != 'Update dist folder'
2625
permissions:
2726
contents: write
2827
id-token: write

0 commit comments

Comments
 (0)