Skip to content

Commit 31aaf72

Browse files
committed
Add release pipeline
1 parent 1ae3e03 commit 31aaf72

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
8+
jobs:
9+
release:
10+
if: "!contains(github.repository, 'package-seed')"
11+
uses: paytweed/ci-cd/.github/workflows/release.yml@main
12+
secrets:
13+
PACKAGE_REGISTRY_TOKEN: ${{ secrets.PACKAGE_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)