We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d1ce5 + 92b7b84 commit 30571b8Copy full SHA for 30571b8
1 file changed
.github/workflows/release.yml
@@ -11,11 +11,6 @@ permissions:
11
12
jobs:
13
release:
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: google-github-actions/release-please-action@v3
17
- with:
18
- release-type: simple
19
- # if we are not at v1.0.0 yet, breaking changes do not need to add a new major version
20
- bump-minor-pre-major: true
21
- pull-request-title-pattern: "chore: ${scope} release${component} ${version}"
+ uses: VU-ASE/actions/.github/workflows/release.yaml@main
+ secrets:
+ release_please_token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
0 commit comments