Skip to content

Commit

Permalink
Tidied Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Nov 17, 2023
1 parent f284ac2 commit 968821a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: npm i -g vsce

- name: Publish
run: vsce publish -p ${{ secrets.VSCE_PAT }}
run: vsce publish -p ${{ secrets.VSC_PAT }}

0 comments on commit 968821a

Please sign in to comment.