Skip to content

Commit

Permalink
✏️ Fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Aug 20, 2023
1 parent cbace33 commit 483d424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
files: README.md
prefix: 'rev: '
with-checkout: false
version: {{ steps.release.outputs.version }}
version: ${{ steps.release.outputs.version }}
- name: 'Commit GitHub Action distribution'
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 483d424

Please sign in to comment.