Skip to content

Bump actions/github-script from 6 to 7 (#22) #14

Bump actions/github-script from 6 to 7 (#22)

Bump actions/github-script from 6 to 7 (#22) #14

Workflow file for this run

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