Skip to content

Commit

Permalink
chore: Add last-release-sha to release-please.yml
Browse files Browse the repository at this point in the history
This modification is meant to inform the Release Please Action about the SHA of the last release. It helps in preventing the creation of duplicate releases in the Github actions workflow.
  • Loading branch information
Coobaha committed Nov 4, 2023
1 parent eb06e32 commit ef9dbaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
release-type: node
package-name: '@coobaha/typed-fastify'
command: release-pr
last-release-sha: bc2c96200f8c81da6b25ca4d2e6964c04c0cd62f
release-please-release:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ef9dbaa

Please sign in to comment.