Skip to content

Commit

Permalink
发布 v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpeng.why committed Nov 1, 2023
1 parent 93b7ee6 commit 991e1de
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 25 deletions.
14 changes: 0 additions & 14 deletions .dependabot/config.yml

This file was deleted.

22 changes: 16 additions & 6 deletions .github/workflows/vsce-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/[email protected]
- uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8

- name: Install vsce
run: npm install --global @vscode/vsce

- name: Publish
run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Issue Blog

[![Version](https://vsmarketplacebadge.apphb.com/version/whyour.issue-blog.svg)](https://marketplace.visualstudio.com/items?itemName=whyour.issue-blog)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/whyour.issue-blog.svg)](https://marketplace.visualstudio.com/items?itemName=whyour.issue-blog)
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/whyour.issue-blog.svg)](https://vsmarketplacebadge.apphb.com/rating/whyour.issue-blog.svg)
[![Build Status](https://travis-ci.org/whyour/issue-blog.svg?branch=master)](https://travis-ci.org/whyour/issue-blog)
[![Version](https://vsmarketplacebadges.dev/version/whyour.issue-blog.svg)](https://marketplace.visualstudio.com/items?itemName=whyour.issue-blog)
[![Installs](https://vsmarketplacebadges.dev/installs/whyour.issue-blog.svg)](https://marketplace.visualstudio.com/items?itemName=whyour.issue-blog)
[![Ratings](https://vsmarketplacebadges.dev/rating/whyour.issue-blog.svg)](https://vsmarketplacebadge.apphb.com/rating/whyour.issue-blog.svg)
[![Build Status](https://travis-ci.com/whyour/issue-blog.svg?branch=master)](https://travis-ci.org/whyour/issue-blog)

## 安装 issue-blog 插件

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"icon": "resource/images/blogger.png",
"description": "A vscode plugin to create a blog with issue",
"version": "1.0.3",
"version": "1.1.0",
"publisher": "whyour",
"repository": {
"url": "https://github.com/whyour/issue-blog",
Expand Down

0 comments on commit 991e1de

Please sign in to comment.