Skip to content

Merge pull request #48 from patrick-premont/ppremont/jarjar-1-14-0 #3

Merge pull request #48 from patrick-premont/ppremont/jarjar-1-14-0

Merge pull request #48 from patrick-premont/ppremont/jarjar-1-14-0 #3

Workflow file for this run

# Based on
# https://github.com/bazel-contrib/rules-template/blob/07fefdbc09d7ca2a49d24220e00dac2efc2bf9b7/.github/workflows/release.yml
# 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*.*.*"
jobs:
release:
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5
with:
release_files: bazel_jar_jar-*.tar.gz