diff options
author | Ilya Shipitsin <chipitsine@gmail.com> | 2023-12-12 08:17:48 +0100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 2d7ff32aeb158ed0612643564a27275f65e98d09 (patch) | |
tree | 8cfea6ed1304b6f08066be5f9b831e71350a182c /.github | |
parent | a2e4a3f367ade6dc7652e4630a7158b7e564c6f8 (diff) | |
download | portable-2d7ff32aeb158ed0612643564a27275f65e98d09.tar.gz portable-2d7ff32aeb158ed0612643564a27275f65e98d09.tar.bz2 portable-2d7ff32aeb158ed0612643564a27275f65e98d09.zip |
Update .github/workflows/release_by_tag.yml
Co-authored-by: Joshua Sing <joshua@hypera.dev>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release_by_tag.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release_by_tag.yml b/.github/workflows/release_by_tag.yml index 75b695e..14072ce 100644 --- a/.github/workflows/release_by_tag.yml +++ b/.github/workflows/release_by_tag.yml | |||
@@ -3,7 +3,8 @@ on: | |||
3 | push: | 3 | push: |
4 | tags: [ "v*" ] | 4 | tags: [ "v*" ] |
5 | 5 | ||
6 | permissions: write-all | 6 | permissions: |
7 | contents: write | ||
7 | 8 | ||
8 | jobs: | 9 | jobs: |
9 | release: | 10 | release: |