Skip to content

Commit

Permalink
Merge branch 'stage-deploy-workflow' of github.com:TC4Y-777/tithe int…
Browse files Browse the repository at this point in the history
…o stage-deploy-workflow
  • Loading branch information
getwithashish committed Aug 16, 2023
2 parents 0cc440f + 0dbb454 commit fd65185
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
uses: ./.github/workflows/build.yml

release:
release-spring:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -44,6 +44,15 @@ jobs:
with:
files: ./build/libs/*.jar

release-vue:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write

needs: build

steps:
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit fd65185

Please sign in to comment.