Skip to content

Commit

Permalink
fix(GitWorkflow): wrong path to script file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rashadatjou authored Aug 17, 2023
1 parent e80a808 commit 84a07e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
if: github.event_name == 'release'
- name: Update Package.swift with release ref
run: ./Scripts/UpdatePackageManifest.bash $TAG_NAME
run: ./Scripts/UpdateManifests.bash $TAG_NAME
if: github.event_name == 'release'
- name: Update SDK Manifests with new version
run: ./Scripts/UpdateManifests.bash ${{ github.event.inputs.newVersion }}
Expand Down

0 comments on commit 84a07e7

Please sign in to comment.