Skip to content

Commit

Permalink
Update deploy.yml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 22, 2024
1 parent 51ac5b4 commit 94b8f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
env:
fullSemVer: ${{ needs.deploy_service.outputs.fullSemVer }}
fullSemVer: ${{ needs.build.outputs.fullSemVer }}

steps:
- name: Create Release
Expand Down

0 comments on commit 94b8f21

Please sign in to comment.