Skip to content

Commit

Permalink
Fix script path for remote uses (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Nov 9, 2022
1 parent d616ec8 commit 0d8b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN_BASIC }}
- id: get-semver
name: Read generated semver
run: ./scripts/versioning/get-semver.sh
run: ${{ github.action_path }}/scripts/versioning/get-semver.sh
shell: bash
env:
CURRENT_COMMIT_HASH: ${{ github.sha }}

0 comments on commit 0d8b214

Please sign in to comment.