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 642d5e3 commit a25e587
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- name: Get latest tag
id: get_tag
run: |
latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
echo $latest_tag
echo "::set-output name=tag::$latest_tag"
echo "latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV
echo $env:latest_tag
- name: Extract version from tag
id: extract_version
Expand Down

0 comments on commit a25e587

Please sign in to comment.