Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
catmcgee authored Jan 9, 2024
1 parent afb4685 commit 58b8700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get version
id: versions_step
run: |
version_tag=$(node ./.github/scripts/get_release.sh)
version_tag=$(bash ./.github/scripts/get_release.sh)
echo "::set-output name=version_tag::$version_tag"
echo "Output from get_release script: $version_tag"
Expand Down

0 comments on commit 58b8700

Please sign in to comment.