Skip to content

Commit

Permalink
fix(ci): fix please-release action (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Dec 8, 2023
1 parent d4b2eab commit 1d93e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ jobs:
pull-requests: write
repository-projects: write
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.PERSONAL_RELEASE_TOKEN }}
release-type: simple
package-name: colorbox.nvim
- uses: actions/checkout@v4
- uses: rickstaa/action-create-tag@v1
- uses: rickstaa/action-create-tag@v2
if: ${{ steps.release.outputs.release_created }}
with:
tag: stable
Expand Down

0 comments on commit 1d93e3e

Please sign in to comment.