-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(actions): trigger release on push
- Loading branch information
1 parent
d947495
commit 4869463
Showing
2 changed files
with
4 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,26 +100,3 @@ jobs: | |
distribution: 'corretto' | ||
- name: Build | ||
run: ./gradlew build | ||
|
||
# --------------------------------------------------------------- | ||
# job: release | ||
# | ||
# Perform after commits and build successfully complete on "master" | ||
# | ||
# * Creates and maintains "release PR" | ||
# * Creates release when the "release PR" is merged to "master" | ||
# | ||
# See: https://github.com/google-github-actions/release-please-action | ||
# See: https://github.com/googleapis/release-please | ||
# | ||
release: | ||
needs: [build, validate, scan] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: google-github-actions/[email protected] | ||
with: | ||
include-v-in-tag: false | ||
release-type: simple | ||
extra-files: | | ||
build.gradle | ||
README.md |
5 changes: 4 additions & 1 deletion
5
.github/workflows/release_manual.yml → .github/workflows/release.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters