Skip to content

Commit e173290

Browse files
committed
updated build file
1 parent 23b097b commit e173290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- id: get_version
2323
uses: battila7/get-version-action@v2
2424
- name: Get version from tag
25-
run: echo ${{ teps.get_version.outputs.version-without-v }}
25+
run: echo ${{ steps.get_version.outputs.version-without-v }}
2626

2727

2828
# Builds the release artifacts of the library

0 commit comments

Comments
 (0)