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.
1 parent a5ba9cb commit ebb0ca5Copy full SHA for ebb0ca5
.github/workflows/release.yml
@@ -131,7 +131,7 @@ jobs:
131
GITHUB_REPO: ${{ github.repository }}
132
133
- name: Ensure tag matches
134
- if: ${{ steps.create_changelog.outputs.version }} != ${{ needs.extract_version.outputs.version }}
+ if: steps.create_changelog.outputs.version != needs.extract_version.outputs.version
135
run: exit 1
136
137
- name: 👇 Download Artifacts
0 commit comments