Skip to content

Commit

Permalink
v1.1.0 Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydonkrooss authored Oct 30, 2024
1 parent 75aac2d commit aa75234
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
name: Node.js Package

on:
release:
types: [created]
workflow_run:
workflows: ["Create Release"] # Matches the name in release.yml
types:
- completed # Runs only when release.yml completes successfully

jobs:
build:
Expand Down

0 comments on commit aa75234

Please sign in to comment.