diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9c6152..b524119 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,10 @@ name: Publish VSCode extension on: - - push - # workflow_dispatch: - # push: - # tags: - # # Using '**' instead of '*' here to match all tags: https://stackoverflow.com/a/61892639/530728 - # - '**' + push: + tags: + # Using '**' instead of '*' here to match all tags: https://stackoverflow.com/a/61892639/530728 + - '**' jobs: release-vs-marketplace: