Skip to content

chore: bump actions #54

chore: bump actions

chore: bump actions #54

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Update stable git tag
run: |
git tag --force $STABLE_TAG ${GITHUB_REF##*/}
git push origin --delete $STABLE_TAG
git push origin $STABLE_TAG
env:
STABLE_TAG: v1