Skip to content

Commit

Permalink
- debug
Browse files Browse the repository at this point in the history
  • Loading branch information
irahopkinson committed Sep 27, 2023
1 parent db8e8f9 commit f675af2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
- name: Checkout git repo
uses: actions/checkout@v3

- name: DEBUG
env:
REF: ${{ github.sha }}
run: |
COMMIT_HASH=$(git rev-parse --short "$REF")
echo "COMMIT_HASH ${COMMIT_HASH}"
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit f675af2

Please sign in to comment.