Skip to content

Commit

Permalink
Fix ci flow for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenpelgrims committed Apr 1, 2024
1 parent 3d16177 commit d15491c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-master-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- ci
- master

jobs:
test-and-build:
Expand All @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- run: ls ./artifact
- run: mv ./artifact/* .
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit d15491c

Please sign in to comment.