Skip to content

Commit

Permalink
Remove latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Gray committed Mar 7, 2024
1 parent 8b7578b commit 7b75109
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wingman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ jobs:
git tag -a "v${{ env.PACKAGE_VERSION }}" -m "Release version ${{ env.PACKAGE_VERSION }}"
git push origin "v${{ env.PACKAGE_VERSION }}"
- name: Update Latest Tag
if: steps.check_tag.outputs.tag_exists == 'false'
run: |
git tag -fa latest -m "Update latest to v${{ env.PACKAGE_VERSION }}"
git push origin :refs/tags/latest
git push origin latest
# - name: Update Latest Tag
# if: steps.check_tag.outputs.tag_exists == 'false'
# run: |
# git tag -fa latest -m "Update latest to v${{ env.PACKAGE_VERSION }}"
# git push origin :refs/tags/latest
# git push origin latest
2 changes: 1 addition & 1 deletion ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://x.com/electric_curtis"
},
"description": "Wingman is the best way to launch llama locally.",
"version": "0.6.7",
"version": "0.6.8",
"private": true,
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 7b75109

Please sign in to comment.