Skip to content

Commit

Permalink
Update release-1gp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Oct 31, 2024
1 parent 8c3459c commit 1e4d095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-1gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: cci flow run ci_master --org packaging
- name: Build Production Package
run: |
cci flow run release_production --org packaging $([[ "${{ inputs.release-name }}" ]] && echo " -o upload_production__version_name_template=\"${{ inputs.release-name }}\"")
cci flow run release_production --org packaging $([[ "${{ inputs.release-name }}" ]] && echo " -o upload_production__version_name_template \"${{ inputs.release-name }}\"")
shell: bash
- name: Run Release Test in Scratch Org
if: ${{ inputs.skip-test == false }}
Expand Down

0 comments on commit 1e4d095

Please sign in to comment.