Skip to content

Commit

Permalink
publish github package, publish general on "published" not created
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Jun 17, 2024
1 parent b8efb3b commit 7af28ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Release to npmjs
on:
release:
types: [created]
types: [published]
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write
packages: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7af28ab

Please sign in to comment.