Skip to content

Commit

Permalink
fetch the full history in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki committed Nov 16, 2024
1 parent 9f4a4fd commit 0eb6fd2
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 @@ -5,6 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get the most recent release tag
run: |
echo "latest_tag=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
Expand Down

0 comments on commit 0eb6fd2

Please sign in to comment.