Skip to content

Commit

Permalink
Update tag_release workflow to run on releases, rather than the 'publ…
Browse files Browse the repository at this point in the history
…ished' trigger. Otherwise we get in trouble with pre-releases
  • Loading branch information
sondrelg committed Sep 1, 2021
1 parent 124a7e5 commit a174040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tag releases with minor and major version

on:
release:
types: [published]
types: [released]

jobs:
tag-v1:
Expand Down

0 comments on commit a174040

Please sign in to comment.