Skip to content

Commit

Permalink
Update command to get commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed May 30, 2024
1 parent a40ed82 commit adaf807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ 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
run: echo "BIN_COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit adaf807

Please sign in to comment.