Skip to content

Allow setup sam to continue when failed to get release tag (#93) #21

Allow setup sam to continue when failed to get release tag (#93)

Allow setup sam to continue when failed to get release tag (#93) #21

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git tag --force v2 HEAD
git push --force origin v2