Skip to content

[RENAME] toolchains_arm_gnu (#54) #9

[RENAME] toolchains_arm_gnu (#54)

[RENAME] toolchains_arm_gnu (#54) #9

Workflow file for this run

# Cut a release whenever a new tag is pushed to the repo.
# You should use an annotated tag, like `git tag -a v1.2.3`
# and put the release notes into the commit message for the tag.
name: Release
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
release:
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
with:
release_files: toolchains_arm_gnu-*.tar.gz
release_prep_command: .github/tools/release.sh
prerelease: false