We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477ea1d commit aebfafcCopy full SHA for aebfafc
.github/workflows/publish_packages.yml
@@ -15,7 +15,7 @@ jobs:
15
toolchain: stable
16
override: true
17
- run: make Cargo.toml
18
- run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
+ - run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
19
- run: cargo unleash em-dragons
20
env:
21
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
0 commit comments