diff options
author | Ilya Shipitsin <chipitsine@gmail.com> | 2023-12-12 08:17:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 08:17:48 +0100 |
commit | bb6a55be82ba2f42c38e24888873b7c988a466bc (patch) | |
tree | 2e886a2a9adbfc6ce4fc0f037d3f54918d695760 | |
parent | a553514cd9270ae90b27dffb7481cd459905d787 (diff) | |
download | portable-bb6a55be82ba2f42c38e24888873b7c988a466bc.tar.gz portable-bb6a55be82ba2f42c38e24888873b7c988a466bc.tar.bz2 portable-bb6a55be82ba2f42c38e24888873b7c988a466bc.zip |
Update .github/workflows/release_by_tag.yml
Co-authored-by: Joshua Sing <joshua@hypera.dev>
-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: |