Skip to content

Commit

Permalink
build: dependency for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Jun 29, 2023
1 parent 1365034 commit 7d6db13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ jobs:
secrets: inherit
deploy:
name: Deploy artifacts
needs:
- test
uses: ./.github/workflows/deploy.yml
secrets: inherit
release:
runs-on: ubuntu-latest
needs:
- deploy
- test
steps:
- name: Attach artifacts to GitHub Release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 7d6db13

Please sign in to comment.