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 fa74070 commit de1af11Copy full SHA for de1af11
.github/workflows/publish.yml
@@ -22,5 +22,4 @@ jobs:
22
- name: Publish
23
run: yarn publish --new-version $VERSION
24
env:
25
- VERSION: $RELEASE_VERSION
26
-
+ VERSION: ${{ steps.semantic.outputs.release-version }}
0 commit comments