Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 14fa5cf

Browse files
authored
Merge pull request #4 from SpringQL/ci-fix/install
ci(fix): cargo-make isn't installed
2 parents 0798652 + f134941 commit 14fa5cf

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install release tools
4747
if: ${{ steps.cache_tools.outputs.cache-hit==false }}
4848
run: |
49-
cargo install cargo-edit toml-cli
49+
cargo install cargo-edit cargo-workspaces toml-cli
5050
5151
- name: git config
5252
run: |
@@ -123,4 +123,4 @@ jobs:
123123
- name: cargo make publish
124124
run: |
125125
cargo login "${{ secrets.CRATES_IO_TOKEN }}"
126-
cargo make publish
126+
cargo workspaces publish --no-git-commit --no-git-push --no-git-tag --no-global-tag --no-individual-tags

Makefile.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,6 @@ done
118118
''',
119119
]
120120

121-
[tasks.publish]
122-
script = [
123-
'''
124-
#!/usr/bin/env bash -eux
125-
cargo workspaces publish --no-git-commit --no-git-push --no-git-tag --no-global-tag --no-individual-tags
126-
''',
127-
]
128-
129121
[tasks.actionlint]
130122
description="lint github actions with actionlint"
131123
script = [

0 commit comments

Comments
 (0)