Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 26, 2023
1 parent 5a5acb9 commit d4d4f84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Extract version
id: extract_version
run: |
echo ::set-output name=version::${GITHUB_REF#refs/*/}
- name: Print version
run: |
echo ${{ steps.extract_version.outputs.version }}
- name: Update musl tools
if: matrix.build-with == 'cargo' && matrix.os == 'linux'
run: |
Expand Down

0 comments on commit d4d4f84

Please sign in to comment.