Skip to content

Commit

Permalink
ci: Downgrade action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dandxy89 committed Jan 6, 2024
1 parent ca652a8 commit 1d3e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
if: "${{ !startsWith(github.event.head_commit.message, 'chore(main): release') }}"
steps:
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v3
with:
pull-request-header: New Release
release-type: rust
Expand Down

0 comments on commit 1d3e22d

Please sign in to comment.