Skip to content

Commit 8f78495

Browse files
authored
revert(ci): revert please-release action to v3 (#92)
1 parent 55be084 commit 8f78495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ jobs:
107107
pull-requests: write
108108
repository-projects: write
109109
steps:
110-
- uses: google-github-actions/release-please-action@v4
110+
- uses: google-github-actions/release-please-action@v3
111111
id: release
112112
with:
113113
token: ${{ secrets.PERSONAL_RELEASE_TOKEN }}
114114
release-type: simple
115115
package-name: colorbox.nvim
116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v3
117117
- uses: rickstaa/action-create-tag@v1
118118
if: ${{ steps.release.outputs.release_created }}
119119
with:

0 commit comments

Comments
 (0)