We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4019b15 commit 4138ebdCopy full SHA for 4138ebd
action.yml
@@ -16,7 +16,7 @@ runs:
16
steps:
17
- name: 🍱 Compute prerequisites
18
run: |
19
- echo "VERSION_NUMBER=0.8.1" >> $GITHUB_ENV
+ echo "VERSION_NUMBER=0.8.2" >> $GITHUB_ENV
20
echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
21
echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
22
echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
0 commit comments