Skip to content

Commit

Permalink
initial run 5
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed Oct 3, 2024
1 parent 15a0d2c commit 113c86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Set the version
run: |
echo "CONTRACTS_VERSION=$(git rev-list cfd6ab57f345c67..HEAD --count)" >> $GITHUB_ENV
echo "PDO_VERSION=$(git rev-list 5fa32a13..HEAD --count)" >> $GITHUB_ENV
echo "CONTRACTS_VERSION=$(git rev-list cfd6 --count)" >> $GITHUB_ENV
echo "PDO_VERSION=$(git rev-list 5fa3 --count)" >> $GITHUB_ENV
- name: Show the version
run: |
Expand Down

0 comments on commit 113c86d

Please sign in to comment.