Skip to content

Commit

Permalink
Debug release step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed May 30, 2024
1 parent 4f49785 commit a40ed82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Verify Repository Context
run: |
pwd
ls -la
git status
- name: Get Git Commit Description
run: echo "BIN_COMMIT=$(git describe --tags)" >> $GITHUB_ENV
Expand Down

0 comments on commit a40ed82

Please sign in to comment.