Skip to content

Commit

Permalink
Add release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tomertweed committed Oct 29, 2024
1 parent 1ae3e03 commit 31aaf72
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Release

on:
push:
branches:
- '**'

jobs:
release:
if: "!contains(github.repository, 'package-seed')"
uses: paytweed/ci-cd/.github/workflows/release.yml@main
secrets:
PACKAGE_REGISTRY_TOKEN: ${{ secrets.PACKAGE_REGISTRY_TOKEN }}

0 comments on commit 31aaf72

Please sign in to comment.