Skip to content

Commit

Permalink
chore: add right release action
Browse files Browse the repository at this point in the history
  • Loading branch information
coquer committed Mar 7, 2024
1 parent 9f785d0 commit 0e1cc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
tags:
- 'v*'
- "v*"
jobs:
release-management:
runs-on: ubuntu-20.04
Expand All @@ -13,7 +13,7 @@ jobs:
tag: ${{ steps.release.outputs.tag_name }}
sha: ${{ steps.release.outputs.sha }}
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0e1cc28

Please sign in to comment.