Skip to content

Commit

Permalink
Fix prep-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Dec 10, 2024
1 parent 4570bd4 commit b9255b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Make scripts executable
run: |
chmod +x ./scripts/update_version.sh
chmod +x ./scripts/update_proxy_version.sh
chmod +x ./scripts/update_changelog.sh
- name: Run Updates
run: |
./scripts/update_version.sh "${{ github.event.inputs.capacitor_version }}" || exit 1
Expand Down

0 comments on commit b9255b4

Please sign in to comment.