Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SelligtomGit86 committed Jan 31, 2025
1 parent 3cfa118 commit f5c36ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: update release version for README and DOCUMENTATION
run: |
cd scripts/
sh scripts/change-release-version.sh --version ${{ inputs.version }}
sh ./change-release-version.sh --version ${{ inputs.version }}
- name: Commit files
run: |
git config --local user.email "biscuit-studio-actions@users.noreply.github.com"
Expand Down

0 comments on commit f5c36ab

Please sign in to comment.