Skip to content

Commit f3c45b1

Browse files
committed
chore(*): remove release commit restriction for npm publish
1 parent 92c1140 commit f3c45b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3636

37-
- name: Publish to npm (only on chore(release): x.x.x commits)
37+
- name: Publish to npm
3838
# if: startsWith(github.event.head_commit.message, 'chore(release):')
3939
working-directory: ./@packaged/angular-star-rating
4040
run: |

0 commit comments

Comments
 (0)