Skip to content

Commit

Permalink
git describe --tags --always --debug??
Browse files Browse the repository at this point in the history
  • Loading branch information
stdedos committed Feb 29, 2024
1 parent 6eeb2f7 commit 2655f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: git fetch --tags origin
- name: Get git version
id: git-version
run: echo "GIT_VERSION=$(git describe --tags --always)" | tee -a $GITHUB_ENV
run: echo "GIT_VERSION=$(git describe --tags --always --debug)" | tee -a $GITHUB_ENV
- name: Import GPG Deploy Key
# only run on main branch
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 2655f94

Please sign in to comment.