Skip to content

Commit

Permalink
Update publish-binary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelgrosso authored Jan 24, 2023
1 parent 43dadd4 commit 0f9cdda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build:
Expand Down Expand Up @@ -34,4 +36,4 @@ jobs:
file: dist/*
file_glob: true
tag: ${{ github.ref }}
overwrite: true
overwrite: true

0 comments on commit 0f9cdda

Please sign in to comment.