Skip to content

Commit

Permalink
proper pass of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 23, 2024
1 parent e986b97 commit ab99ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Generate nightly version name
id: generate_version_name
run: |
output=$(./gradlew getBuildVersionName -PversionNameSuffix=-nightly -PlatestTag= ${{ steps.fetch_tag.outputs.tag }} -q | tail -n 1)
output=$(./gradlew getBuildVersionName -PversionNameSuffix=-nightly -PlatestTag=${{ steps.fetch_tag.outputs.tag }} -q | tail -n 1)
echo "version=$output" >> $GITHUB_OUTPUT
- name: Use the captured output
Expand Down

0 comments on commit ab99ed6

Please sign in to comment.