Skip to content

Commit 30571b8

Browse files
authored
Merge pull request #6 from VU-ASE/fix/shared-release-action
Fix: prevent eternal "expected" tests with reused action
2 parents 43d1ce5 + 92b7b84 commit 30571b8

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ permissions:
1111

1212
jobs:
1313
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}"
14+
uses: VU-ASE/actions/.github/workflows/release.yaml@main
15+
secrets:
16+
release_please_token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)