Skip to content

Commit

Permalink
Update build-development-jars-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Nov 24, 2023
1 parent 0e2e821 commit 31c18aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-development-jars-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
short_sha=$(echo $GITHUB_SHA | cut -c1-7)
full_version="${version}-dev-${short_sha}"
echo $full_version
echo "version=$full_version" >> $GITHUB_ENV
echo "version=$full_version" >> $GITHUB_OUTPUT
- name: Debug full version
run: echo ${{ steps.vars.outputs.version }}
# - name: Publish Development Jars
Expand Down

0 comments on commit 31c18aa

Please sign in to comment.