Skip to content

Commit

Permalink
ci: release after all builds passed
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 25, 2023
1 parent b1a4341 commit 5845f89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,14 @@ jobs:
- run: bazel run lib/gem:print-version
- if: failure() && runner.debug == '1'
uses: mxschmitt/action-tmate@v3

release:
name: Release
if: startsWith(github.ref, 'refs/tag/v')
needs:
- ruleset
- examples-gem
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5
with:
prerelease: false
release_files: rules_ruby-*.tar.gz
15 changes: 0 additions & 15 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 5845f89

Please sign in to comment.