Skip to content

Commit

Permalink
another attemp
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Dec 2, 2023
1 parent 28c426f commit dd5e94a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Keep the versions up-to-date

env:
ACTIONS_STEP_DEBUG: true

on:
release:
types:
Expand All @@ -17,8 +20,8 @@ on:
jobs:
actions-tagger:
runs-on: windows-latest
permissions: # (2)
contents: write
#permissions: # (2)
# contents: write
steps:
- uses: Actions-R-Us/actions-tagger@v2
with:
Expand Down

0 comments on commit dd5e94a

Please sign in to comment.