Skip to content

Add supported tag pattern: *.* #7

Add supported tag pattern: *.*

Add supported tag pattern: *.* #7

Workflow file for this run

# Automatically perform a release whenever a new "release-like" tag is pushed to the repo.
name: Release
on:
push:
tags:
# Detect tags that look like a release.
# Note that we don't use a "v" prefix to help anchor this pattern.
# This is purely a matter of preference.
- "*.*.*"
- "*.*"
jobs:
release:
# Re-use https://github.com/bazel-contrib/.github/blob/v5/.github/workflows/release_ruleset.yaml
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
with:
prerelease: false
release_files: robolectric-bazel-*.tar.gz