Archived
1
0

Revert "Test branch (#5733)" (#5734)

This reverts commit 5c751f26ee.
This commit is contained in:
Joe Previte
2022-10-28 13:48:36 -07:00
committed by GitHub
parent 5c751f26ee
commit ee47293cf6
4 changed files with 11 additions and 29 deletions

View File

@ -28,13 +28,15 @@ jobs:
id: version
run: echo "::set-output name=version::$(jq -r .version package.json)"
- name: Download npm package from release artifacts
uses: robinraju/release-downloader@v1.5
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
id: download
with:
repository: "coder/code-server"
tag: v${{ steps.version.outputs.version }}
fileName: "npm-package"
out-file-path: "release-npm-package"
branch: release/v${{ steps.version.outputs.version }}
workflow: build.yaml
workflow_conclusion: completed
name: "npm-package"
path: release-npm-package
- name: Publish npm package and tag with "latest"
run: yarn publish:npm

View File

@ -249,24 +249,3 @@ jobs:
draft: true
discussion_category_name: "📣 Announcements"
files: ./release-packages/*
npm-package:
name: Upload npm package
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Download artifacts
uses: dawidd6/action-download-artifact@v2
id: download
with:
branch: ${{ github.ref }}
workflow: build.yaml
workflow_conclusion: completed
check_artifacts: true
name: npm-package
- uses: softprops/action-gh-release@v1
with:
draft: true
discussion_category_name: "📣 Announcements"
files: ./npm-package