Skip to content

Commit

Permalink
Fix version output
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Sep 19, 2024
1 parent 83b25fc commit c9cf3e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ defaults:
jobs:
get-version:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.store-version.outputs.sha }}
steps:
- uses: actions/checkout@v4
- name: Install Knope
uses: knope-dev/[email protected]
with:
version: 0.18.0
- name: Store version
id: store-version
run: echo "version=$(knope get-version)" >> $GITHUB_OUTPUT

build-artifacts:
Expand Down

0 comments on commit c9cf3e1

Please sign in to comment.