Skip to content

Commit

Permalink
echo the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki committed Nov 16, 2024
1 parent 0eb6fd2 commit 48418f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
fetch-depth: 0
- name: Get the most recent release tag
run: |
echo "fetching tags"
git describe --tags --abbrev=0
echo "latest_tag=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
- name: Generate git diff
run: |
Expand Down

0 comments on commit 48418f0

Please sign in to comment.