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.
2 parents 600264a + 6c9eb73 commit 925c6dbCopy full SHA for 925c6db
2 files changed
.github/workflows/release.yml
@@ -167,4 +167,6 @@ jobs:
167
uses: dtolnay/rust-toolchain@stable
168
169
- name: Cargo publish
170
- run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ env:
171
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
172
+ run: cargo publish --allow-dirty
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ghscaff"
3
-version = "0.1.2"
+version = "0.1.3"
4
edition = "2021"
5
description = "Interactive CLI wizard for creating and configuring GitHub repositories"
6
license = "MIT"
0 commit comments