Skip to content

Commit

Permalink
Add action SDK to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Oct 19, 2023
1 parent 8ac8b17 commit c31b210
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:

jobs:
release:
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v4
with:
release_files: rules_kotlin-*.tar.gz
runs-on: ubuntu-latest
steps:
- uses: android-actions/setup-android@v3
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v4
with:
release_files: rules_kotlin-*.tar.gz

0 comments on commit c31b210

Please sign in to comment.