Skip to content

Commit

Permalink
Add a release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Nov 27, 2023
1 parent 555585c commit 42cdc3e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
profile: minimal
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Whats here
run: ls -lah
- name: Generate Test Kit
run: cargo run
env:
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Release CI - Runs on each release

name: Build
on:
release:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/build.yml
with:
INPUT_REF: ${{ env.GITHUB_REF }}
INPUT_SWIFT-VERSION: ${{ env.GITHUB_REF }}
INPUT_KOTLIN-VERSION: ${{ env.GITHUB_REF }}
INPUT_PYTHON-VERSION: ${{ env.GITHUB_REF }}
INPUT_CS-VERSION: ${{ env.GITHUB_REF }}

0 comments on commit 42cdc3e

Please sign in to comment.