File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 git commit --m "docs: update doc" || true
3434 - name : Create bump and changelog main
3535 if : github.ref == 'refs/heads/main'
36- run : bunx capacitor-plugin-standard-version@latest -t '@${{ github.repository }}@'
36+ run : bunx capacitor-plugin-standard-version@latest
3737 - name : Create bump and changelog development
3838 if : github.ref != 'refs/heads/main'
39- run : bunx capacitor-plugin-standard-version@latest --prerelease alpha -t '@${{ github.repository }}@'
39+ run : bunx capacitor-plugin-standard-version@latest --prerelease alpha
4040 - name : Push to origin
4141 run : |
4242 CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
Original file line number Diff line number Diff line change 1717 color : " 2105893"
1818 username : " Release Changelog"
1919 avatar_url : " https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
20- content : " New release !"
2120 footer_title : " Changelog for @${{ github.repository }}"
2221 reduce_headings : true
You can’t perform that action at this time.
0 commit comments