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 09b9587 commit 2ddc8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- uses: actions/checkout@v3
with:
repository: cncsc/actions
path: /temp/actions/
path: ./.actions/
- id: get-semver
name: Read generated semver
run: /temp/actions/scripts/versioning/get-semver.sh
run: ./.actions/scripts/versioning/get-semver.sh
shell: bash
env:
CURRENT_COMMIT_HASH: ${{ github.sha }}

0 comments on commit 2ddc8f0

Please sign in to comment.