Skip to content

Commit 20510d1

Browse files
committed
build: update public workflow
1 parent 31b9760 commit 20510d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Get package name
1515
id: package
1616
run: |
17-
echo "PACKAGE_NAME=$(echo '$RELEASE_NAME' | sed -E 's/^@[^/]+\/(.+)@.+$/\1/')" >> $GITHUB_ENV
17+
echo "PACKAGE_NAME=$(echo $RELEASE_NAME | sed -E 's/^@[^/]+\/(.+)@.+$/\1/')" >> $GITHUB_ENV
1818
env:
1919
RELEASE_NAME: ${{ github.event.release.name }}
2020

0 commit comments

Comments
 (0)