Skip to content

Commit

Permalink
Merge pull request #20 from actions/update-major-on-full-releases
Browse files Browse the repository at this point in the history
Update major version only on full releases
  • Loading branch information
James M. Greene authored and GitHub committed Aug 19, 2022
2 parents 61fd3a3 + 6d1d650 commit f53b57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
release:
types: [published]
types: [released]
workflow_dispatch:
inputs:
TAG_NAME:
Expand Down

0 comments on commit f53b57f

Please sign in to comment.