Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent a5596d6 commit 61d8ae5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ jobs:
# - build-ruby-release
# - build-typescript-release
- build-vscode-release
# - build-wasm
outputs:
should-run-publish-job: ${{ github.ref_type == 'tag' }}
should-run-publish-step: ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(github.ref, 'refs/tags/test-release') }}
steps:
- run: true
- run: echo "::do-nothing::" >/dev/null

publish-to-pypi:
environment: release
Expand Down Expand Up @@ -108,7 +107,6 @@ jobs:
node-version: 20
cache: pnpm
cache-dependency-path: engine/language_client_typescript/pnpm-lock.yaml
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -178,17 +176,11 @@ jobs:
run: |
echo "::set-output name=changelog::$(awk '/^## \[/{if (p) exit; p=1} p' CHANGELOG.md)"
- uses: actions/download-artifact@v4
with:
path: gh-artifacts
merge-multiple: true

- name: Create Release
if: needs.all-builds.outputs.should-run-publish-step
uses: mikepenz/action-gh-release@v1 #softprops/action-gh-release
with:
body: ${{steps.latest_release.outputs.changelog}}
files: gh-artifacts/*

publish-to-open-vsx:
needs: [all-builds]
Expand Down

0 comments on commit 61d8ae5

Please sign in to comment.