Skip to content

Commit

Permalink
chore(ci): fixed release action 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Aug 19, 2024
1 parent 39a2c48 commit 0345706
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
exclude:
authors:
- renovate
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ name: CI
on:
workflow_dispatch:
push:
branches: ["main"]
branches:
- main
tags:
- "*"
pull_request:
branches: ["main"]

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Release

on:
push:
tags:
- "*"

jobs:
release:
name: Release
uses: kilip/gh-php-common/.github/workflows/release.yaml@main
secrets: inherit

0 comments on commit 0345706

Please sign in to comment.