Skip to content

Commit 2fae6b9

Browse files
committed
👷 added publish to cargo
1 parent cc9ed63 commit 2fae6b9

File tree

2 files changed

+16
-16
lines changed

2 files 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 }}

docs/logo.png

32.5 KB
Loading

0 commit comments

Comments
 (0)