Skip to content

Merge pull request #15 from sass/dependabot/github_actions/actions/ch… #5

Merge pull request #15 from sass/dependabot/github_actions/actions/ch…

Merge pull request #15 from sass/dependabot/github_actions/actions/ch… #5

Workflow file for this run

name: Release
on:
push:
branches: [main]
env:
VERSION: v1
jobs:
tag:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- run: git tag $VERSION
- run: git push origin :$VERSION
- run: git push --tag