Skip to content

Commit

Permalink
GITHUB_SHA not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jan 14, 2025
1 parent 3fd9cf0 commit bc51860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/duck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
ref: ${{ env.TAG }}
fetch-depth: 0
- run: |
export COUNT=$(git rev-list --count $GITHUB_SHA)
export COUNT=$(git rev-list --count ${{ env.TAG }})
mvn -B verify --projects cli/linux --also-make -DskipTests
dpkg-deb -R cli/linux/target/release/duck_${{env.VERSION}}.$COUNT_amd64.deb .
- name: Log in to the Container registry
Expand Down

0 comments on commit bc51860

Please sign in to comment.