Skip to content

Commit

Permalink
ci: migrate release-please-action (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored May 24, 2024
1 parent 69607d1 commit 29c9a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
- uses: googleapis/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
id: release
with:
release-type: rust
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
run: |
gh pr edit ${{ steps.pr-number.outputs.pr_number }} \
--remove-label='autorelease: tagged' \
--add-label='autorelease: published'
--add-label='autorelease: published'

0 comments on commit 29c9a5d

Please sign in to comment.