We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd01ca3 + f5cd02b commit 49f2f81Copy full SHA for 49f2f81
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Calculate next version
76
run: |
77
echo "Latest tag: ${{ env.latest_tag }}"
78
- IFS='.' read -r major minor patch <<< "${env.latest_tag#v}"
+ IFS='.' read -r major minor patch <<< "${{ env.latest_tag }}"
79
80
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
81
if [[ "${{ inputs.version_bump }}" == "patch" ]]; then
0 commit comments