Skip to content

Commit

Permalink
Fixed deployment [PATCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Feb 20, 2024
1 parent e4b11f4 commit 607e187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/after_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
token: ${{ secrets.GH_PAT }} # Will change after public release
fetch-depth: 0
- name: Fetching Tags
run: git fetch
run: git fetch --tags
- name: Getting Tag
id: tag_extractor
run: echo "latest_tag=$(git describe --tags --abbrev=0)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 607e187

Please sign in to comment.