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 e1a4547 commit e6a9bb8Copy full SHA for e6a9bb8
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- '*'
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
publish:
13
name: Publish for ${{ matrix.os }}
counit-server/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "counit-server"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments