Skip to content

Commit

Permalink
Allow retagging on release (#3782)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Sep 28, 2023
1 parent 1a4fb14 commit be66c76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
# https://github.com/marketplace/actions/actions-tagger
actions-tagger:
runs-on: windows-latest
permissions:
# Give the default GITHUB_TOKEN write permission.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write
steps:
- uses: Actions-R-Us/actions-tagger@latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
env:
# Number of expected test passes, safety measure for accidental skip of
# tests. Update value if you add/remove tests.
PYTEST_REQPASS: 828
PYTEST_REQPASS: 829
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit be66c76

Please sign in to comment.