File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -115,21 +115,21 @@ jobs:
115115 asset_name : cli-candlestick-chart-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target.target }}.zip
116116 asset_content_type : application/zip
117117
118- # publish:
119- # name: "Publish"
120- # runs-on: ubuntu-latest
121- # steps:
122- # - name: Checkout sources
123- # uses: actions/checkout@v2
118+ publish :
119+ name : " Publish"
120+ runs-on : ubuntu-latest
121+ steps :
122+ - name : Checkout sources
123+ uses : actions/checkout@v2
124124
125- # - name: Install stable toolchain
126- # uses: actions-rs/toolchain@v1
127- # with:
128- # toolchain: stable
129- # override: true
125+ - name : Install stable toolchain
126+ uses : actions-rs/toolchain@v1
127+ with :
128+ toolchain : stable
129+ override : true
130130
131- # - name: Publish cli-candlestick-chart
132- # uses: actions-rs/cargo@v1
133- # with:
134- # command: publish
135- # args: --token ${{ secrets.CRATES_TOKEN }}
131+ - name : Publish cli-candlestick-chart
132+ uses : actions-rs/cargo@v1
133+ with :
134+ command : publish
135+ args : --token ${{ secrets.CRATES_TOKEN }}
You can’t perform that action at this time.
0 commit comments