Skip to content

Commit

Permalink
Release CI: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Nov 27, 2023
1 parent 42cdc3e commit 35f5870
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/build.yml
- name: Prepare C# Version
run: |
echo "CS_VERSION=$(python3 -c 'print("${{ env.GITHUB_REF }}"[1:])')" >> $GITHUB_ENV
- name: Test
run: echo $CS_VERSION
- name: Build
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 }}
INPUT_CS-VERSION: ${{ env.CS_VERSION }}

0 comments on commit 35f5870

Please sign in to comment.