Skip to content

Commit 4138ebd

Browse files
authored
Update action.yml
1 parent 4019b15 commit 4138ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- name: 🍱 Compute prerequisites
1818
run: |
19-
echo "VERSION_NUMBER=0.8.1" >> $GITHUB_ENV
19+
echo "VERSION_NUMBER=0.8.2" >> $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

0 commit comments

Comments
 (0)