Skip to content

Commit

Permalink
Merge pull request #5 from WriteNaN/WriteNaN-patch-1
Browse files Browse the repository at this point in the history
Mock #3
  • Loading branch information
WriteNaN authored Apr 3, 2024
2 parents 286a815 + ae6ea8b commit b58ca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Add Version and Get Changes
id: increment_version
run: |
./scripts/increment_version.sh "${{ steps.pr_body.outputs.body }}"
bash ./scripts/increment_version.sh "${{ steps.pr_body.outputs.body }}"
env:
VERSION_CHANGES: ${{ steps.increment_version.outputs.stdout }}

Expand Down

0 comments on commit b58ca23

Please sign in to comment.