Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter authored Aug 19, 2024
1 parent 1553388 commit e8adec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:

on:
release:
types: [ created ]
types: [published]
#push:
# tags:
# # Regex for a version number such as 0.2.1
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
# [possible values: all, unix, windows, none]
zip: windows
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e8adec2

Please sign in to comment.