Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Nov 24, 2023
1 parent 324b95f commit 8ff8d72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-development-jars-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
- name: Get version
id: vars
run: echo "version=$(cat version.txt)" >> $GITHUB_OUTPUT
- name: Debug full version
run: echo "${{ steps.vars.outputs.version }}-dev-${{ github.sha }}"
- name: Publish Development Jars
uses: Kir-Antipov/[email protected]
id: publish
Expand Down

0 comments on commit 8ff8d72

Please sign in to comment.