Skip to content

Commit

Permalink
update release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Oct 3, 2024
1 parent 7ebae35 commit 7105035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
release:
name: Release
runs-on: ${{ matrix.os }}
outputs:
version: ${{ steps.vars.outputs.version }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand Down Expand Up @@ -39,8 +41,6 @@ jobs:
- name: Get version number from tag
id: vars
outputs:
version: ${{ steps.vars.outputs.version }}
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit 7105035

Please sign in to comment.