Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niksh2511 authored Dec 17, 2024
1 parent 601ff75 commit d705257
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Publish to NPM
on:
release:
types: [published]
workflow_dispatch:
types: [created, published]
#workflow_dispatch:

permissions:
contents: write
packages: write

jobs:
build:
Expand Down

0 comments on commit d705257

Please sign in to comment.