Skip to content

Commit

Permalink
Merge pull request #265 from shopware/fix-npm-publish
Browse files Browse the repository at this point in the history
Fix npm publish
  • Loading branch information
jleifeld authored Dec 7, 2022
2 parents 1270c73 + 309fa47 commit b907a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
publish:
if: github.ref == 'refs/heads/4.x'
if: github.ref == 'refs/heads/5.x'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit b907a59

Please sign in to comment.