Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ed0906 committed Mar 11, 2024
1 parent 6fd01ef commit 7a5a08f
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 @@ -27,7 +27,7 @@ jobs:
id: get_version
shell: bash
run: |
version = ${{ inputs.version }}${GITHUB_REF/refs\/tags\//}
version=${{ inputs.version }}${GITHUB_REF/refs\/tags\//}
echo "Version: $version"
echo "VERSION=$version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7a5a08f

Please sign in to comment.