Skip to content

Commit

Permalink
fix version replace job
Browse files Browse the repository at this point in the history
  • Loading branch information
guplersaxanoid committed Oct 26, 2023
1 parent b10adca commit be58c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# Replace workspace:* with actual versions
- name: Replace workspace dependencies with actual versions
run: |
sh .github/workflows/scripts/replace-versions.sh
./.github/workflows/scripts/replace-versions.sh
- name: Build and push
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'false')
Expand Down

0 comments on commit be58c87

Please sign in to comment.