Skip to content

Commit

Permalink
chore: bump 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Nov 27, 2023
1 parent e31b39a commit 8563b54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
- name: Build
run: pnpm run build

- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
dist/aliyundrive-rename.user.js
- name: Release Branch
uses: s0/git-publish-subdir-action@develop
env:
Expand All @@ -40,3 +34,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: 'Build: ({sha}) {msg}' # The commit message
TARGET_DIR: dist

- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
dist/aliyundrive-rename.user.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aliyundrive-rename",
"type": "module",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"packageManager": "[email protected]",
"description": "Batch rename files of aliyundrive.",
Expand Down

0 comments on commit 8563b54

Please sign in to comment.