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 95c7d2d commit 53d6d63Copy full SHA for 53d6d63
.github/workflows/deploy_alpha.yml
@@ -89,6 +89,8 @@ jobs:
89
echo "Setting package version to: ${NEW_VERSION}"
90
npm version "${NEW_VERSION}" --no-git-tag-version
91
92
+ #
93
+
94
- name: Publish package
95
run: |
96
echo "$(jq '.publishConfig.registry = "https://npm.pkg.github.com"' package.json)" > package.json
0 commit comments