Skip to content

Commit

Permalink
initial run 6
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 113c86d commit b40ab61
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 cfd6 --count)" >> $GITHUB_ENV
echo "PDO_VERSION=$(git rev-list 5fa3 --count)" >> $GITHUB_ENV
echo "CONTRACTS_VERSION=$(git rev-list cfd6...$GITHUB_SHA" >> $GITHUB_ENV
echo "PDO_VERSION=$(cd private-data-objects; git rev-list 5fa3...HEAD --count)" >> $GITHUB_ENV
- name: Show the version
run: |
Expand Down

0 comments on commit b40ab61

Please sign in to comment.