Skip to content

Commit

Permalink
add workflow_dispatch to publish.yml (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter authored Jan 28, 2025
1 parent 17cb280 commit d6ff94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: publish

on:
workflow_dispatch:
push:
tags:
- "v*"
Expand Down Expand Up @@ -183,6 +184,7 @@ jobs:

- name: Publish release
uses: ncipollo/release-action@v1
if: github.event_name == 'push'
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: |
Expand Down

0 comments on commit d6ff94f

Please sign in to comment.