Skip to content

Commit e8e4a80

Browse files
committed
Add release.yml proxying to the monorepo initial attempt
1 parent 966d9e3 commit e8e4a80

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: release
2+
on:
3+
workflow_dispatch:
4+
5+
permissions:
6+
contents: write
7+
8+
jobs:
9+
main:
10+
runs-on: ubuntu-latest
11+
environment: release
12+
permissions:
13+
id-token: write
14+
steps:
15+
- uses: BrokenSource/BrokenSource/.github/workflows/release.yml@main

0 commit comments

Comments
 (0)