Skip to content

Commit

Permalink
chore(ci): fix empty version passed to deployment job of release work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
undrcrxwn committed Jan 26, 2024
1 parent 0bb65dc commit 6b6d61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
secrets: inherit
deploy:
name: Deploy
needs: deliver
needs: [ version, deliver ]
uses: ./.github/workflows/deployment.yml
with:
version: ${{ needs.version.outputs.tag }}
Expand Down

0 comments on commit 6b6d61a

Please sign in to comment.