Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit f96ffcd

Browse files
committed
fix permissions
1 parent 4cafcf8 commit f96ffcd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ jobs:
230230
runs-on: ubuntu-22.04
231231
needs: [build, build-deb]
232232
if: github.event_name == 'push'
233+
permissions:
234+
contents: write
233235
steps:
234236
- name: Download all build artifacts
235237
uses: actions/download-artifact@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayclip-cli"
3-
version = "0.1.75"
3+
version = "0.1.76"
44
edition = "2024"
55

66
[[bin]]

0 commit comments

Comments
 (0)