Skip to content

Commit

Permalink
fixup! Add CI release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 16, 2024
1 parent 36522c9 commit 3fdf30c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:

create_release:
name: Create Release ${{ matrix.data.os.target_triple }}
# needs: test
# if: startsWith(github.ref, 'refs/tags/v')
needs: test
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ${{ matrix.data.os.host }}
timeout-minutes: 20
strategy:
Expand Down Expand Up @@ -172,8 +172,7 @@ jobs:

- name: Extract Version
id: version
run: echo version=1.1.0 >> "$GITHUB_OUTPUT"
# run: echo version="${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
run: echo version="${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"

- name: Extract changelog
if: runner.os == 'Linux'
Expand Down

0 comments on commit 3fdf30c

Please sign in to comment.