Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Commit d80dd99

Browse files
committed
Merge branch 'main' of https://github.com/Blazored/Toast
2 parents bde142c + 16c105f commit d80dd99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
update_release_draft:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: release-drafter/release-drafter@v5
1314
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)