Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only update the major tag upon publishing release
  • Loading branch information
James M. Greene authored and GitHub committed Aug 19, 2022
1 parent d3a918b commit 8856576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
@@ -1,7 +1,7 @@
name: Release
on:
release:
types: [edited]
types: [published]
workflow_dispatch:
inputs:
TAG_NAME:
Expand Down

0 comments on commit 8856576

Please sign in to comment.