Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 21, 2023
1 parent cfe0cf4 commit 100b415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Get current tag
id: current_tag
run: |
echo "current_tag=$(git describe --tags --abbrev=0)"
echo "current_tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
- name: Push changes
run: git push --follow-tags origin main
Expand Down

0 comments on commit 100b415

Please sign in to comment.