Skip to content

revert

revert #64

Workflow file for this run

name: 'Push latest tag'
on: [push, pull_request]
jobs:
push_tag:
name: 'Push latest tag'
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- name: Move the tag to the latest commit on main
run: |
git tag --force latest
git push --force --tags