Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-lukas committed Jul 21, 2024
1 parent a05b2b3 commit 02cb889
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Publish Package to npmjs
on:
release:
types: [published]
workflow_run:
workflows:
- Release
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Releases
name: Release

on:
push:
Expand Down

0 comments on commit 02cb889

Please sign in to comment.