From 586f3edceb170cd64b320c92870219a6b41a0ead Mon Sep 17 00:00:00 2001 From: Illia <282605+ilyazub@users.noreply.github.com> Date: Wed, 17 May 2023 19:08:11 +0300 Subject: [PATCH] Allow `tag_and_release.yml` workflow to create git tags --- .github/workflows/tag_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag_and_release.yml b/.github/workflows/tag_and_release.yml index d619cad..9d0264a 100644 --- a/.github/workflows/tag_and_release.yml +++ b/.github/workflows/tag_and_release.yml @@ -16,7 +16,7 @@ jobs: name: Tag and Release runs-on: ubuntu-latest permissions: - contents: read + contents: write packages: write steps: