Skip to content

Commit

Permalink
Allow tag_and_release.yml workflow to create git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyazub authored May 17, 2023
1 parent fec740f commit 586f3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Tag and Release
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write

steps:
Expand Down

0 comments on commit 586f3ed

Please sign in to comment.