Skip to content

Commit

Permalink
Don’t have vx or vx.y be releases
Browse files Browse the repository at this point in the history
They *aren’t releases* and thus should only be tags.
  • Loading branch information
mxcl committed Jan 3, 2023
1 parent 191b529 commit b233371
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/vx-tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ on:
release:
types: [published, edited]
jobs:
tag:
retag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sersoft-gmbh/running-release-tags-action@v2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
update-full-release: true
if: github.event.release.prerelease == false
- uses: fischerscode/tagger@v0

0 comments on commit b233371

Please sign in to comment.