Skip to content

Commit

Permalink
chore: update release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlyall committed Jun 4, 2024
1 parent 04cc1d7 commit 130e984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
release-please:
name: Release Please
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/fix-safelist'
outputs:
release_created: ${{ steps.release-please.outputs.release_created }}
tag_name: ${{ steps.release-please.outputs.tag_name }} # e.g. v1.0.0
Expand All @@ -21,6 +21,7 @@ jobs:
with:
token: ${{ steps.generate-github-token.outputs.token }}
command: manifest
default-branch: fix-safelist

release-npm:
name: Release NPM Package
Expand Down

0 comments on commit 130e984

Please sign in to comment.