Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuigdomenchSage committed Jan 23, 2025
1 parent bb11e46 commit cd2c208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-layer-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
id: get_last_tag
run: |
cd ${{ github.workspace }}
pwd
git describe --tags
echo "bum"
last_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
echo "::set-output name=last_tag::$last_tag"
# The following 10 lines of code were human modified suggestions given by GitHub Copilot
Expand Down

0 comments on commit cd2c208

Please sign in to comment.