Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Debug error
  • Loading branch information
getwithashish authored Aug 16, 2023
1 parent db0dcc7 commit 0dbb454
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 0dbb454

Please sign in to comment.