Skip to content

Commit 41b4e65

Browse files
authored
Update release.yml
1 parent 9e8c820 commit 41b4e65

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)