Skip to content

Commit 8288224

Browse files
authored
feat: Update ci.yml
1 parent d14afd7 commit 8288224

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
- build
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: google-github-actions/release-please-action@v4
27+
- uses: googleapis/release-please-action@v4
2828
id: release
2929
with:
3030
release-type: node
31-
package-name: nestjs-pgpromise
3231
- uses: actions/checkout@v4
3332
- name: tag stable versions
3433
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)