Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Jan 18, 2025
1 parent 9955b12 commit 87504ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:

- name: Install dependencies, build
run: |
echo '${{ github.event.action }}'
npm ci
npm run build
- name: Publish 'latest'
if: ${{ github.event.action == 'released' }}
# if: ${{ github.event.action == 'released' }}
run: |
npm publish --provenance
env:
Expand Down

0 comments on commit 87504ab

Please sign in to comment.