Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Jan 18, 2025
1 parent 87504ab commit 62bc9fb
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 @@ -3,7 +3,6 @@ name: Publish
on:
release:
types: [released, prereleased]
workflow_dispatch:

jobs:
publish-npm:
Expand All @@ -28,7 +27,7 @@ jobs:
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 62bc9fb

Please sign in to comment.