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 40d6233 commit adaaa8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/after_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
with:
token: ${{ secrets.GH_PAT }} # Will change after public release
fetch-depth: 0
- name: Fetching Tags
run: git fetch
- name: Getting Tag
id: tag_extractor
run: echo "latest_tag=$(git describe --tags --abbrev=0)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit adaaa8c

Please sign in to comment.