Skip to content

Commit fd65185

Browse files
committed
Merge branch 'stage-deploy-workflow' of github.com:TC4Y-777/tithe into stage-deploy-workflow
2 parents 0cc440f + 0dbb454 commit fd65185

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
uses: ./.github/workflows/build.yml
1212

13-
release:
13+
release-spring:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
contents: write
@@ -44,6 +44,15 @@ jobs:
4444
with:
4545
files: ./build/libs/*.jar
4646

47+
release-vue:
48+
runs-on: ubuntu-latest
49+
permissions:
50+
contents: write
51+
packages: write
52+
53+
needs: build
54+
55+
steps:
4756
- name: Setup Node.js 16
4857
uses: actions/setup-node@v3
4958
with:

0 commit comments

Comments
 (0)