Skip to content

Commit

Permalink
fix typo setting full_version reusable string
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jan 17, 2024
1 parent 6fc79ea commit 8d8a3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
[ "$VERSION" == "${{ env.main_branch }}" ] && VERSION=snapshot
echo VERSION=$VERSION
echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
echo "full_version=$[VERSION}+sha.${COMMIT_HASH:0:8}" >> "$GITHUB_OUTPUT"
echo "full_version=${VERSION}+sha.${COMMIT_HASH:0:8}" >> "$GITHUB_OUTPUT"
- name: Dependencies
run: >
Expand Down

0 comments on commit 8d8a3ac

Please sign in to comment.