Bump actions/github-script from 6 to 7 (#22) #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Move @v1' | |
on: | |
push: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
tag: | |
name: 'Move @1' | |
runs-on: ubuntu-latest | |
environment: | |
name: github-marketplace | |
url: 'https://github.com/marketplace/actions/setup-league-client' | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Move the tag to the latest commit on main | |
run: | | |
git tag --force v1 | |
git push --force --tags |