Skip to content

Commit

Permalink
enabled publish from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-dolejsi committed Oct 11, 2023
1 parent 5200574 commit f814acc
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 @@ -29,7 +29,7 @@ jobs:
publish-npm:
needs: build
runs-on: ubuntu-latest
if: false # success() && github.ref == 'refs/heads/master'
if: success() && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
Expand Down

0 comments on commit f814acc

Please sign in to comment.