Skip to content

Commit

Permalink
Test new method of reading version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 24, 2023
1 parent 9c7ce6f commit 2ff734b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- name: "Test: Get version"
id: get_version_test
run: echo "${GITHUB_REF_NAME:1}" >> "$GITHUB_OUTPUT"
- name: "Test: Print versions"
run: echo ${{ steps.get_version_test.outputs.output1 }}
echo ${{ steps.get_version.outputs.version-without-v }}

# Upload vendordep
- name: "Release: Generate vendordep"
if: github.event_name == 'release'
Expand Down

0 comments on commit 2ff734b

Please sign in to comment.