File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - name : 🍱 Compute prerequisites
1818 run : |
19- echo "VERSION_NUMBER=0.7 .0" >> $GITHUB_ENV
19+ echo "VERSION_NUMBER=0.8 .0" >> $GITHUB_ENV
2020 echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
2121 echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
2222 echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
2525 - uses : actions/checkout@v4
2626 with :
2727 repository : " Adyen/adyen-swift-public-api-diff"
28- # ref: ${{ env.VERSION_NUMBER }}
28+ ref : ${{ env.VERSION_NUMBER }}
2929
3030 - name : 🛻 Restore Binary
3131 id : cache-restore
You can’t perform that action at this time.
0 commit comments