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 f5f8870 commit 6c6c0adCopy full SHA for 6c6c0ad
.github/workflows/nightly.yml
@@ -31,9 +31,10 @@ jobs:
31
echo "::set-output name=PKG_VERSION::$pkg_version"
32
echo "::set-output name=VERSION::$version"
33
34
- - name: Publish Nightly Release ${{ steps.version.outputs.VERSION }}
+ - name: Publish Nightly Release
35
if: ${{ steps.deploy-nightly.outputs.MAIN-SHA != steps.deploy-nightly.outputs.NIGHTLY-SHA }}
36
run: |
37
+ echo "Publishing nightly release ${{ steps.version.outputs.VERSION }}"
38
npm ci
39
npm i -g vsce
40
vsce publish --pre-release --no-git-tag-version --no-update-package-json ${{ steps.version.outputs.VERSION }}
0 commit comments