File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -108,19 +108,9 @@ jobs:
108
108
- format
109
109
runs-on : ubuntu-latest
110
110
steps :
111
- - uses : google-github-actions /release-please-action@v4
111
+ - uses : googleapis /release-please-action@v4
112
112
id : release
113
113
with :
114
+ token : ${{ secrets.GITHUB_TOKEN }}
114
115
release-type : simple
115
116
package-name : zenbones.nvim
116
- - uses : actions/checkout@v4
117
- - name : tag stable versions
118
- if : ${{ steps.release.outputs.release_created }}
119
- run : |
120
- git config user.name github-actions[bot]
121
- git config user.email github-actions[bot]@users.noreply.github.com
122
- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
123
- git tag -d stable || true
124
- git push origin :stable || true
125
- git tag -a stable -m "Last Stable Release"
126
- git push origin stable
You can’t perform that action at this time.
0 commit comments