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 23b097b commit e173290Copy full SHA for e173290
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- id: get_version
23
uses: battila7/get-version-action@v2
24
- name: Get version from tag
25
- run: echo ${{ teps.get_version.outputs.version-without-v }}
+ run: echo ${{ steps.get_version.outputs.version-without-v }}
26
27
28
# Builds the release artifacts of the library
0 commit comments