Skip to content

Commit 0617f2e

Browse files
committed
更新 npm 版本 2.20.2
1 parent 7a270b7 commit 0617f2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
latest=false
167167
tags: |
168168
type=ref,event=branch,enable=${{ github.ref == format('refs/heads/{0}', 'debian-dev') }}
169-
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
169+
type=ref,value=branch,enable=${{ github.ref == format('refs/heads/{0}', 'debian') }}
170170
type=raw,value=${{ steps.version.outputs.version }}-debian,enable=${{ github.ref == format('refs/heads/{0}', 'debian') }}
171171
type=semver,pattern={{version}}
172172

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@whyour/qinglong",
33
"packageManager": "pnpm@8.3.1",
4-
"version": "2.20.1-0",
4+
"version": "2.20.2-3",
55
"description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)