Skip to content

Commit 6c6c0ad

Browse files
committed
ci: minor fixes in nightly
1 parent f5f8870 commit 6c6c0ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
echo "::set-output name=PKG_VERSION::$pkg_version"
3232
echo "::set-output name=VERSION::$version"
3333
34-
- name: Publish Nightly Release ${{ steps.version.outputs.VERSION }}
34+
- name: Publish Nightly Release
3535
if: ${{ steps.deploy-nightly.outputs.MAIN-SHA != steps.deploy-nightly.outputs.NIGHTLY-SHA }}
3636
run: |
37+
echo "Publishing nightly release ${{ steps.version.outputs.VERSION }}"
3738
npm ci
3839
npm i -g vsce
3940
vsce publish --pre-release --no-git-tag-version --no-update-package-json ${{ steps.version.outputs.VERSION }}

0 commit comments

Comments
 (0)