Skip to content

Commit b233371

Browse files
committed
Don’t have vx or vx.y be releases
They *aren’t releases* and thus should only be tags.
1 parent 191b529 commit b233371

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/vx-tagger.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ on:
22
release:
33
types: [published, edited]
44
jobs:
5-
tag:
5+
retag:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- uses: sersoft-gmbh/running-release-tags-action@v2
10-
with:
11-
github-token: ${{secrets.GITHUB_TOKEN}}
12-
update-full-release: true
13-
if: github.event.release.prerelease == false
9+
- uses: fischerscode/tagger@v0

0 commit comments

Comments
 (0)