Skip to content

Commit

Permalink
fix: fix invalid syntax in publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laggage authored Jan 19, 2023
1 parent 7ed3f91 commit 8fd1235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Publish
env:
VERSION: ${{ env.VERSION }}
SCOPE: @cnblogs
SCOPE: "@cnblogs"
run: |
echo "VERSION: ${VERSION}, SCOPE: ${SCOPE}"
npm publish --access public ./modules/tinymce/dist/tinymce_${VERSION}_component.zip
Expand Down

0 comments on commit 8fd1235

Please sign in to comment.