Skip to content

Commit

Permalink
fix pr release
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Feb 15, 2024
1 parent 0875946 commit 096a1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# only executes this job if its a push to main or
# a labeled pull request from a branch named: changeset-release/main
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.base_ref == 'changeset-release/main')
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.head_ref == 'changeset-release/main')

permissions:
contents: write # to create release (changesets/action)
Expand Down

0 comments on commit 096a1e1

Please sign in to comment.