Skip to content

Commit

Permalink
Release Action Updates
Browse files Browse the repository at this point in the history
* Debug snap secret

* debug 1

* debug 2

* DEBUG 3

* debug 4

* debug 5

* Final changes to release.yaml
  • Loading branch information
jwrober authored and lmoureaux committed Oct 26, 2024
1 parent dbadefb commit a34f341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- # Make sure there are no unstaged changes
# Was reporting changes to eol=crlf files in .gitattributes
run: git checkout -- .
- run: git status
- run: git stash
- run: git rev-parse --short=5 HEAD > cmake/AutoRevision.txt
- run: git describe --tags `git rev-list --tags --max-count=1` >> cmake/AutoRevision.txt
- run: cat cmake/AutoRevision.txt
Expand Down

0 comments on commit a34f341

Please sign in to comment.