Skip to content

Commit 0549346

Browse files
un comment steps
1 parent e9eab88 commit 0549346

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

.github/workflows/release.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -117,40 +117,40 @@ jobs:
117117
fi
118118
echo "AID_PROP=${prop}" >> $GITHUB_ENV
119119
120-
# - name: Publish package
121-
# run: mvn --batch-mode deploy -DskipTests ${{ env.AID_PROP }}
122-
# env:
123-
# MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
124-
# MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
125-
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
126-
#
127-
# - name: Release
128-
# uses: softprops/action-gh-release@a6c7483a42ee9d5daced968f6c217562cd680f7f #v2
129-
# with:
130-
# generate_release_notes: true
131-
# tag_name: ${{ inputs.tag }}
132-
# prerelease: ${{ inputs.dev }}
133-
#
134-
# notify:
135-
# if: inputs.dev == false
136-
# needs: release
137-
# uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
138-
# with:
139-
# product_name: Java Wrapper
140-
# release_version: ${{ needs.release.outputs.TAG_NAME }}
141-
# cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
142-
# release_author: "Phoenix Team"
143-
# release_url: https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
144-
# jira_product_name: JAVA_WRAPPER
145-
# secrets: inherit
146-
#
147-
# dispatch_auto_release:
148-
# name: Update Jenkins/Jetbrains/Eclipse Extensions With new Wrapper Version
149-
# if: inputs.dev == false
150-
# needs: notify
151-
# uses: Checkmarx/plugins-release-workflow/.github/workflows/dispatch-workflow.yml@main
152-
# with:
153-
# cli_version: ${{ needs.release.outputs.CLI_VERSION }}
154-
# is_cli_release: false
155-
# is_java_release: true
156-
# secrets: inherit
120+
- name: Publish package
121+
run: mvn --batch-mode deploy -DskipTests ${{ env.AID_PROP }}
122+
env:
123+
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
124+
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
125+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
126+
127+
- name: Release
128+
uses: softprops/action-gh-release@a6c7483a42ee9d5daced968f6c217562cd680f7f #v2
129+
with:
130+
generate_release_notes: true
131+
tag_name: ${{ inputs.tag }}
132+
prerelease: ${{ inputs.dev }}
133+
134+
notify:
135+
if: inputs.dev == false
136+
needs: release
137+
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
138+
with:
139+
product_name: Java Wrapper
140+
release_version: ${{ needs.release.outputs.TAG_NAME }}
141+
cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
142+
release_author: "Phoenix Team"
143+
release_url: https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
144+
jira_product_name: JAVA_WRAPPER
145+
secrets: inherit
146+
147+
dispatch_auto_release:
148+
name: Update Jenkins/Jetbrains/Eclipse Extensions With new Wrapper Version
149+
if: inputs.dev == false
150+
needs: notify
151+
uses: Checkmarx/plugins-release-workflow/.github/workflows/dispatch-workflow.yml@main
152+
with:
153+
cli_version: ${{ needs.release.outputs.CLI_VERSION }}
154+
is_cli_release: false
155+
is_java_release: true
156+
secrets: inherit

0 commit comments

Comments
 (0)