Skip to content

Commit

Permalink
chore: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Sep 26, 2022
1 parent f4e82db commit a125748
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Publish to npm

# https://stackoverflow.com/questions/69063452/github-actions-on-release-created-workflow-trigger-not-working
on:
release:
types: [created]
workflow_run:
workflows: ["Release on tag"]
types: [completed]

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a125748

Please sign in to comment.