Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jun 27, 2024
1 parent 81fb460 commit a935f43
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 32 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- v*

permissions: {}

Expand Down Expand Up @@ -31,3 +33,20 @@ jobs:
args: publish -p $VSCE_TOKEN
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
create-release:
name: Create Release
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@master

- name: Create Release for Tag
id: release_tag
uses: yyx990803/release-tag@master
env:
GITHUB_TOKEN: ${{ secrets.GHB_TOKEN }}
with:
tag_name: ${{ github.ref }}
body: |
Please refer to [CHANGELOG.md](https://github.com/hemengke1997/vscode-image-manager/blob/master/CHANGELOG.md) for details.
25 changes: 0 additions & 25 deletions .github/workflows/release.yml

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@minko-fe/html-transform": "^0.1.17",
"@minko-fe/lodash-pro": "^0.3.3",
"@minko-fe/react-hook": "^0.3.6",
"@minko-fe/sharp": "1.0.0-alpha.4",
"@minko-fe/sharp": "1.1.0",
"@minko-fe/tsconfig": "^2.1.0",
"@minko-fe/vite-config": "^1.0.1",
"@types/fs-extra": "^11.0.4",
Expand Down

0 comments on commit a935f43

Please sign in to comment.