Skip to content

Commit 01279df

Browse files
committed
ci: fix tag publish
1 parent acbcbb7 commit 01279df

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ jobs:
2727
git push origin "v${{ github.event.release.tag_name }}"
2828
2929
- name: Release
30-
run: npm run publish
30+
run: npm run publish -- --yes
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
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

Comments
 (0)