Skip to content

Commit

Permalink
Update deploy.yml (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 22, 2024
1 parent ab773dc commit 01fe666
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 @@ -63,7 +63,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 01fe666

Please sign in to comment.