Skip to content

Commit

Permalink
Fix action command
Browse files Browse the repository at this point in the history
  • Loading branch information
philipws committed Oct 21, 2024
1 parent 0544340 commit 35cbf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo ${TAG}
# Extract major, minor, and patch versions
IFS='.' read -r MAJOR MINOR PATCH <<< "${TAG#v}"
IFS='.' read -r MAJOR MINOR PATCH <<< "${TAG#v}"
echo ${MAJOR}
echo ${MINOR}
echo ${PATCH}
Expand Down

0 comments on commit 35cbf92

Please sign in to comment.