Skip to content

Commit

Permalink
fix: script directory
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloc-adyen committed Aug 16, 2024
1 parent f58fc31 commit 5381fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-version-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: sudo apt-get install jq

- name: Verify And Update App Version
run: ./script/update-app-info-version.sh
run: script/update-app-info-version.sh

- name: Install Salesforce CLI
run: npm install @salesforce/cli --global
Expand Down

0 comments on commit 5381fcc

Please sign in to comment.