Skip to content

Commit

Permalink
Merge pull request #169 from Axway/APIGOV-00003
Browse files Browse the repository at this point in the history
APIGOV-00003 - fix
  • Loading branch information
dfeldick authored Oct 12, 2023
2 parents 1b3b228 + b462c8a commit f8355f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: .
run: |
echo "SDK_VERSION is ${{ env.SDK_VERSION }}"
make dep-version sdk=v1.1.61
make dep-version sdk=${{ env.SDK_VERSION }}
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit f8355f7

Please sign in to comment.