Skip to content

Commit

Permalink
whoops. Fix semver version bump again?
Browse files Browse the repository at this point in the history
  • Loading branch information
WillMatthews committed Mar 3, 2024
1 parent 3a9a17e commit 9662294
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Bump version
on:
push:
branches:
- main

- master
jobs:
version:
runs-on: ubuntu-latest
Expand All @@ -16,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Bump version and push tag
uses: anothrNick/github-tag-action@v1.64.0
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false

0 comments on commit 9662294

Please sign in to comment.