File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 inputs :
55 dry_run :
6- description : ' Is this a dry run. If so no package will be published.'
6+ description : " Is this a dry run. If so no package will be published."
77 type : boolean
88 required : true
99
@@ -19,17 +19,17 @@ jobs:
1919
2020 - name : Setup rust tooling
2121 run : |
22- rustup override set 1.81
22+ rustup override set 1.82
2323 rustup component add rustfmt clippy
2424
2525 - uses : ./.github/actions/ci
2626 - uses : ./.github/actions/build-docs
2727
2828 -
uses :
launchdarkly/gh-actions/actions/[email protected] 29- name : ' Get crates.io token'
29+ name : " Get crates.io token"
3030 with :
3131 aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
32- ssm_parameter_pairs : ' /production/common/releasing/cratesio/api_token = CARGO_REGISTRY_TOKEN'
32+ ssm_parameter_pairs : " /production/common/releasing/cratesio/api_token = CARGO_REGISTRY_TOKEN"
3333
3434 - uses : ./.github/actions/publish
3535 with :
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 - name : Setup rust tooling
2525 if : ${{ steps.release.outputs['launchdarkly-server-sdk--release_created'] == 'true' }}
2626 run : |
27- rustup override set 1.81
27+ rustup override set 1.82
2828 rustup component add rustfmt clippy
2929
3030 -
uses :
launchdarkly/gh-actions/actions/[email protected] 31- name : ' Get crates.io token'
31+ name : " Get crates.io token"
3232 if : ${{ steps.release.outputs['launchdarkly-server-sdk--release_created'] == 'true' }}
3333 with :
3434 aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
35- ssm_parameter_pairs : ' /production/common/releasing/cratesio/api_token = CARGO_REGISTRY_TOKEN'
35+ ssm_parameter_pairs : " /production/common/releasing/cratesio/api_token = CARGO_REGISTRY_TOKEN"
3636
3737 - uses : ./.github/actions/ci
3838 if : ${{ steps.release.outputs['launchdarkly-server-sdk--release_created'] == 'true' }}
You can’t perform that action at this time.
0 commit comments