We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c1140 commit f3c45b1Copy full SHA for f3c45b1
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
37
- - name: Publish to npm (only on chore(release): x.x.x commits)
+ - name: Publish to npm
38
# if: startsWith(github.event.head_commit.message, 'chore(release):')
39
working-directory: ./@packaged/angular-star-rating
40
run: |
0 commit comments