From a34f341fdb516dc8e545de056b72533fb134fe95 Mon Sep 17 00:00:00 2001 From: James Robertson <23037938+jwrober@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:57:17 -0500 Subject: [PATCH] Release Action Updates * Debug snap secret * debug 1 * debug 2 * DEBUG 3 * debug 4 * debug 5 * Final changes to release.yaml --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 01110e4f48..1c79bc62b5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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