Skip to content

Commit

Permalink
ci(release): automatically release to GitHub Package Registry (#4292)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Aug 5, 2024
1 parent 88368be commit e9791c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-to-GPR.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Release monorepo packages to GitHub Package Registry
on:
workflow_dispatch:
branches:
- main
workflow_run:
workflows: ["Release monorepo packages"]
types:
- completed
branches: [main]

env:
CPU_CORES: 2

jobs:
release:
if: github.event.workflow_run.conclusion == 'success'
name: Release to GitHub Package Registry
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit e9791c3

Please sign in to comment.