Skip to content

Commit

Permalink
fix: Use googleapis/release-please-action
Browse files Browse the repository at this point in the history
  • Loading branch information
pabrahamsson committed Jul 7, 2024
1 parent 2a6a264 commit 55d40e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
release_created: ${{ steps.release.outputs.release_created }}
tags: "${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: rust
package-name: alertmanager-webhook

publish-latest:
name: Publish latest container image
Expand Down

0 comments on commit 55d40e8

Please sign in to comment.