Skip to content

Commit

Permalink
Merge pull request #103 from Adyen/release/0.8.4
Browse files Browse the repository at this point in the history
[Release] 0.8.4
  • Loading branch information
goergisn authored Feb 27, 2025
2 parents e04b085 + dc96590 commit 8b94fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# The github action automatically posts on a PR (if it's not a fork-PR)
# and/or outputs the diff to the $GITHUB_STEP_SUMMARY
- name: 🔍 Detect Changes
uses: Adyen/adyen-swift-public-api-diff@0.8.3
uses: Adyen/adyen-swift-public-api-diff@0.8.4
with:
platform: "iOS"
new: ${{ env.NEW_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- name: 🍱 Compute prerequisites
run: |
echo "VERSION_NUMBER=0.8.3" >> $GITHUB_ENV
echo "VERSION_NUMBER=0.8.4" >> $GITHUB_ENV
echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
Expand Down

0 comments on commit 8b94fcf

Please sign in to comment.