Skip to content

Commit

Permalink
fix: move release to tag event (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 9, 2023
1 parent f6865e2 commit 082713a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-please.yaml
Expand Up @@ -44,10 +44,3 @@ jobs:
uses: google-github-actions/release-please-action@v3
with:
command: manifest

- name: Publish to Visual Studio Marketplace
if: ${{ steps.release.outputs.release_created }}
uses: HaaLeo/publish-vscode-extension@65512ae7dcf96159b51fdd7ed73eb17d5cacad33
with:
pat: ${{ secrets.VSCE_PAT }}
registryUrl: https://marketplace.visualstudio.com
@@ -1,9 +1,9 @@
name: Release
name: Release VSIX

on:
push:
tags:
- "vscode-v*"
- "does-it-throw-vscode-v*"

jobs:
release:
Expand Down Expand Up @@ -43,12 +43,3 @@ jobs:
with:
pat: ${{ secrets.VSCE_PAT }}
registryUrl: https://marketplace.visualstudio.com

- uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: ${{github.ref_name}}
files: |
LICENSE.txt
*.vsix
2 changes: 1 addition & 1 deletion crates/does-it-throw-wasm/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "does-it-throw-wasm"
version = "0.1.7"
description = "LSP server wasm binding for does-it-throw, using SWC"
description = "a wasm binding for does-it-throw, using SWC"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
repository = "https://github.com/michaelangeloio/does-it-throw"
Expand Down
2 changes: 1 addition & 1 deletion crates/does-it-throw/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "does-it-throw"
version = "0.1.7"
description = "LSP library for finding ES throw statements, using SWC"
description = "a library for finding ES throw statements, using SWC"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
repository = "https://github.com/michaelangeloio/does-it-throw"
Expand Down

0 comments on commit 082713a

Please sign in to comment.