Skip to content

Commit

Permalink
Fix wording in action commit message (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Jul 23, 2024
1 parent 609b77b commit 3d36a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
add: '[".changeset"]'
default_author: github_actions
message: enter pre-release mode
message: ${{ github.ref == '/refs/heads/main' && 'Exit' || 'Enter dev' }} pre release mode

- name: Create Release Pull Request
id: changesets
Expand Down

0 comments on commit 3d36a1d

Please sign in to comment.