Skip to content

Commit

Permalink
actions:post-release: call bash not the script
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Aug 24, 2023
1 parent 1138b2c commit 4ff86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postrelease-setup-devbranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Update files
run: .github/scripts/setup_devbranch.sh
run: bash .github/scripts/setup_devbranch.sh
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 4ff86ef

Please sign in to comment.