Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Birmiwal, Rahul R committed Nov 16, 2023
1 parent 08e91d6 commit 642d5e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Get latest tag
id: get_tag
run: |
echo "latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_OUTPUT
echo "${{ steps.get_tag.outputs.latest_tag }}"
latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
echo $latest_tag
echo "::set-output name=tag::$latest_tag"
- name: Extract version from tag
id: extract_version
Expand Down

0 comments on commit 642d5e3

Please sign in to comment.