Skip to content

Commit

Permalink
Hard-code version as temporary hack
Browse files Browse the repository at this point in the history
  • Loading branch information
znichollscr committed Aug 5, 2024
1 parent 7acced4 commit 66aa8c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
# Commit, tag and push
echo $NEW_VERSION
git commit -a -m "bump: version $BASE_VERSION -> $NEW_VERSION"
git tag "v${NEW_VERSION}"
# git tag "v${NEW_VERSION}"
git tag "v6.5.16"
git push && git push --tags
# Bump to alpha (so that future commits do not have the same
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release

on:
push:
tags:
- '*'
tags: ['v*']

defaults:
run:
Expand Down

0 comments on commit 66aa8c8

Please sign in to comment.