Skip to content

Commit

Permalink
output values for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammerbeck committed May 22, 2024
1 parent b65af24 commit 010b862
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/release-to-git/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ runs:
id: get-version
uses: ./.github/actions/get-current-version

- name: output values
shell: bash
run: |
echo "version=${{ steps.get-version.outputs.version }}"
echo "latest_tag=$(git tag | sort --version-sort | tail -n1)"
- name: set latest tag
shell: bash
id: set-latest-tag
Expand Down

0 comments on commit 010b862

Please sign in to comment.