From 968821a80aeb498f2133d6d964b3ef42c5e606a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denny=20Korsuk=C3=A9witz?= Date: Fri, 17 Nov 2023 12:23:35 +0100 Subject: [PATCH] Tidied Workflow. --- .github/settings.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index f97d187..34343a7 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -9,7 +9,7 @@ repository: homepage: https://dennykorsukewitz.github.io/VSCode-QuoteWithMarker/ # A comma-separated list of topics to set on the repository - topics: pages, extension, VisualStudioCode, VSC, Quote, Workflow + topics: pages, extension, VisualStudioCode, VSC, quote, workflow, codemarker, marker, markers, comment, commentline, patch, patcher, diff, compare, helper # Either `true` to make the repository private, or `false` to make it public. private: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e411363..de640bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,4 @@ jobs: run: npm i -g vsce - name: Publish - run: vsce publish -p ${{ secrets.VSCE_PAT }} \ No newline at end of file + run: vsce publish -p ${{ secrets.VSC_PAT }} \ No newline at end of file