Skip to content

Commit de1af11

Browse files
authored
Update publish.yml
1 parent fa74070 commit de1af11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ jobs:
2222
- name: Publish
2323
run: yarn publish --new-version $VERSION
2424
env:
25-
VERSION: $RELEASE_VERSION
26-
25+
VERSION: ${{ steps.semantic.outputs.release-version }}

0 commit comments

Comments
 (0)