Skip to content

Commit f0582b2

Browse files
committed
updating upcoming version numbers
1 parent da1e495 commit f0582b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/github-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# The github action automatically posts on a PR (if it's not a fork-PR)
5656
# and/or outputs the diff to the $GITHUB_STEP_SUMMARY
5757
- name: 🔍 Detect Changes
58-
uses: Adyen/[email protected].2
58+
uses: Adyen/[email protected].3
5959
with:
6060
platform: "iOS"
6161
new: ${{ env.NEW_VERSION }}

action.yml

+1-1
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.2" >> $GITHUB_ENV
19+
echo "VERSION_NUMBER=0.8.3" >> $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)