Skip to content

Commit

Permalink
Tentative Modif create Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Jul 30, 2024
1 parent acebafd commit 42a82cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: 'actions/checkout@v3'
- name: 'set variable for snapshot release'
run: |
snapshot_version=${{ jobs.calculate_versions.outputs.snapshot_version }}
snapshot_version=${{ fromJson(needs.calculate_versions.outputs.snapshot_version) }}
echo "Snapshot version: ${snapshot_version}"
- name: 'Checkout source code'
Expand Down

0 comments on commit 42a82cb

Please sign in to comment.