Skip to content

Merge pull request #19 from nodenv/release-brew #11

Merge pull request #19 from nodenv/release-brew

Merge pull request #19 from nodenv/release-brew #11

Workflow file for this run

name: Tag Major Version
on:
push: { tags: "v*.*.*" }
workflow_dispatch:
workflow_call:
permissions: { contents: write }
jobs:
major:
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git push -f origin "HEAD:refs/heads/${GITHUB_REF_NAME%%.*}"