Skip to content

Commit

Permalink
Run release please only when new tags are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Aug 8, 2024
1 parent e1d0e90 commit c5e3cab
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 @@ -13,6 +13,7 @@ name: Run Release Please
jobs:
release-please:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/wasmer-sdk-')
steps:
- name: Install release-please
run: npm install --global [email protected]
Expand Down

0 comments on commit c5e3cab

Please sign in to comment.