Skip to content

Commit 393feed

Browse files
committed
chore: Add force-release workflow
1 parent 5ea75b3 commit 393feed

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Force Release
2+
3+
permissions:
4+
contents: write
5+
6+
on:
7+
workflow_dispatch:
8+
9+
jobs:
10+
force-release:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
15+
16+
- uses: ffflorian/actions/force-release@dcf7867b80c82038098ed48c2eaf9944e84a98bb
17+
with:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
git_authorship: 'Florian Imdahl <git@ffflorian.de>'

0 commit comments

Comments
 (0)