Skip to content

Commit

Permalink
added script location
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jan 28, 2025
1 parent e4ada8b commit 0003ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:

- name: Extract CLI version
run: |
chmod +x ./../scripts/extract_cli_version.sh
./../scripts/extract_cli_version.sh
chmod +x ./.github/scripts/extract_cli_version.sh
./.github/scripts/extract_cli_version.sh
# Create the release or prerelease
- name: Create Release or Prerelease
Expand Down

0 comments on commit 0003ee9

Please sign in to comment.