Skip to content

Commit

Permalink
Fix version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 20, 2024
1 parent 90c8087 commit e96a1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.name}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.publish.outputs.version }}
version: ${{ steps.version.outputs.version }}

steps:
- id: checkout
Expand Down

0 comments on commit e96a1ad

Please sign in to comment.