Skip to content

Commit

Permalink
NR-164383: fix scripts paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Feb 8, 2024
1 parent b34fe17 commit 8deb4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease_canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
previous_tag: ${{ steps.previous_tag_step.outputs.PREVIOUS_TAG }}
steps:
- id: previous_tag_step
run: .github/workflows/scripts/previous_version.sh ${{ inputs.TAG }} >> "$GITHUB_OUTPUT"
run: .github/scripts/previous_version.sh ${{ inputs.TAG }} >> "$GITHUB_OUTPUT"

prune-previous-canaries-linux:
needs: get_previous_tag
Expand Down

0 comments on commit 8deb4fd

Please sign in to comment.