We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0667405 commit c64eef3Copy full SHA for c64eef3
1 file changed
action.yml
@@ -16,7 +16,7 @@ runs:
16
steps:
17
- name: 🍱 Compute prerequisites
18
run: |
19
- echo "VERSION_NUMBER=0.10.1" >> $GITHUB_ENV
+ echo "VERSION_NUMBER=0.11.1" >> $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