Skip to content

Commit

Permalink
merged in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnafnafee committed Sep 23, 2024
1 parent dc67216 commit 92e54bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/publish-extension.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,14 @@ jobs:
tag_name: v${{ steps.package-version.outputs.current-version }}
draft: false
files: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
extensionFile: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix

0 comments on commit 92e54bd

Please sign in to comment.