We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2982d8d commit ccb1de3Copy full SHA for ccb1de3
.github/workflows/release.yml
@@ -23,8 +23,8 @@ jobs:
23
draft: false
24
prerelease: false
25
26
- build_upload_release_assets:
27
- name: Build & Upload Release Assets
+ publish_release:
+ name: Publish Release
28
needs: create_release
29
runs-on: ubuntu-latest
30
strategy:
@@ -62,3 +62,9 @@ jobs:
62
asset_path: ./build/libs/com.github.lgdd.liferay.health-${{ env.APP_VERSION }}.jar
63
asset_name: com.github.lgdd.liferay.health-${{ env.APP_VERSION }}-jdk${{ matrix.java }}.jar
64
asset_content_type: application/octet-stream
65
+ - name: Rollback Release
66
+ if: failure() && needs.create_release.outputs.id != ''
67
+ uses: author/action-rollback@stable
68
+ with:
69
+ id: ${{ needs.create_release.id }}
70
+ tag: ${{ github.ref }}
0 commit comments