Skip to content

Commit dcd092a

Browse files
authored
💄
1 parent cdf40d0 commit dcd092a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-gitpod-remote.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ jobs:
2121
id: package_vsix
2222
run: |
2323
set -e
24-
2524
yarn run compile:gitpod-shared
2625
2726
cd gitpod-remote
2827
yarn package
29-
echo ::set-output name=vsix_path::$(ls *.vsix)
30-
31-
version=$(jq --raw-output '.version' package.json)
32-
echo ::set-output name=version::$version
28+
echo "vsix_path=$(ls *.vsix)" >> $GITHUB_OUTPUT
29+
echo "version=$(jq --raw-output '.version' package.json)" >> $GITHUB_OUTPUT
3330
3431
- name: Publish to MS Marketplace
3532
run: |

0 commit comments

Comments
 (0)