Skip to content

Commit

Permalink
allowing a manual publishing step in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbieJ committed Sep 11, 2024
1 parent 15dadea commit bd17e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Publish Package

on:
workflow_dispatch:
release:
types: [created]

Expand Down

0 comments on commit bd17e08

Please sign in to comment.