Skip to content

Commit

Permalink
Hopefully fixed both automatic release drafters
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelImhof committed Aug 4, 2024
1 parent f388451 commit 08e96ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/draft-beta-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
paths:
- 'manifest-beta.json'

permissions:
contents: write

jobs:
create-draft-release:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
paths:
- 'test-vault/.obsidian/plugins/jupyter/manifest.json'

permissions:
contents: write

jobs:
create-draft-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 08e96ac

Please sign in to comment.