Skip to content

Commit

Permalink
revert(ci): revert please-release action to v3 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Dec 8, 2023
1 parent 55be084 commit 8f78495
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,13 +107,13 @@ jobs:
pull-requests: write
repository-projects: write
steps:
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.PERSONAL_RELEASE_TOKEN }}
release-type: simple
package-name: colorbox.nvim
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: rickstaa/action-create-tag@v1
if: ${{ steps.release.outputs.release_created }}
with:
Expand Down

0 comments on commit 8f78495

Please sign in to comment.