Skip to content

Commit cd81cd6

Browse files
committed
chore(ci): replace release with shared publish
1 parent a4d129a commit cd81cd6

File tree

2 files changed

+17
-40
lines changed

2 files changed

+17
-40
lines changed

.github/workflows/publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish
2+
3+
on:
4+
push:
5+
branches: [main, v0]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
packages: write
12+
13+
jobs:
14+
publish:
15+
if: github.repository_owner == 'bombshell-dev'
16+
uses: bombshell-dev/automation/.github/workflows/publish.yml@main
17+
secrets: inherit

.github/workflows/release.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)