Skip to content

Commit

Permalink
bum bum ?
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuigdomenchSage committed Jan 23, 2025
1 parent 369c1d6 commit e2b644e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-layer-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
lfs: true
fetch-depth: 0
- name: Get the last tag
id: get_last_tag
run: |
cd ${{ github.workspace }}
pwd
git pull -a
git describe --tags
echo "bum"
last_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
Expand Down

0 comments on commit e2b644e

Please sign in to comment.