Skip to content

Commit 65d324d

Browse files
authored
fix(ci): remove deprecated release (#186)
1 parent b42f399 commit 65d324d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/ci.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,9 @@ jobs:
108108
- format
109109
runs-on: ubuntu-latest
110110
steps:
111-
- uses: google-github-actions/release-please-action@v4
111+
- uses: googleapis/release-please-action@v4
112112
id: release
113113
with:
114+
token: ${{ secrets.GITHUB_TOKEN }}
114115
release-type: simple
115116
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

0 commit comments

Comments
 (0)