diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 35e4241..339cd0f 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -5,6 +5,9 @@ on: tags: - "*" +permissions: + contents: write + jobs: release: runs-on: ubuntu-latest diff --git a/Cargo.lock b/Cargo.lock index af36e3c..78a40b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "zfsbackup" -version = "0.2.2" +version = "0.2.3" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index f864e13..2837cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zfsbackup" -version = "0.2.2" +version = "0.2.3" edition = "2024" publish = false