Skip to content

Commit

Permalink
fix: close var infer
Browse files Browse the repository at this point in the history
  • Loading branch information
giard-alexandre committed Aug 8, 2024
1 parent 915f6a8 commit f574029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- release-please
if: ${{ needs.release.outputs.version_major && needs.release.outputs.version_minor && needs.release.outputs.version_patch }}
env:
V_MAJOR: ${{ steps.release.outputs.version_major }
V_MINOR: ${{ steps.release.outputs.version_minor }
V_PATCH: ${{ steps.release.outputs.version_patch }
V_MAJOR: ${{ steps.release.outputs.version_major }}
V_MINOR: ${{ steps.release.outputs.version_minor }}
V_PATCH: ${{ steps.release.outputs.version_patch }}
steps:
- run: |
echo "Major version: ${{ steps.release.outputs.version_major }}"
Expand Down

0 comments on commit f574029

Please sign in to comment.