Skip to content

Commit

Permalink
Remove unneded comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
montera82 committed Aug 21, 2023
1 parent 67b8723 commit d48fb49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: 'NPM Publish'
on:
release:
types: [published]
# pull_request:

jobs:
NPM-Publish:
permissions: # Must change the job token permissions to use JWT auth
permissions:
contents: read
id-token: write

Expand Down

0 comments on commit d48fb49

Please sign in to comment.