Skip to content

Commit

Permalink
Fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Sep 25, 2024
1 parent c7efed7 commit 1fee92b
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 @@ -38,7 +38,7 @@ jobs:
- name: Deploy to Packaging Org
run: cci flow run ci_master --org packaging
- name: Build Production Package
run: cci flow run release_production --org packaging $([[ "${{ inputs.release-name }}" ]] && echo " --options upload_production__name${{ inputs.release-name }}")
run: cci flow run release_production --org packaging $([[ "${{ inputs.release-name }}" ]] && echo " --options upload_production__name ${{ inputs.release-name }}")
shell: bash
- name: Run Beta Test
run: cci flow run ci_release --org release
Expand Down

0 comments on commit 1fee92b

Please sign in to comment.