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 acbcbb7 commit 01279dfCopy full SHA for 01279df
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,14 @@ jobs:
27
git push origin "v${{ github.event.release.tag_name }}"
28
29
- name: Release
30
- run: npm run publish
+ run: npm run publish -- --yes
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34
+
35
+ - name: Commit changes
36
+ uses: EndBug/add-and-commit@v9
37
+ with:
38
+ message: 'release: v${{ github.event.release.tag_name }}'
39
+ author_name: Medžuslovjansky Bot
40
+ author_email: noreply@interslavic.fun
0 commit comments