File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 23
23
- name : Enforce project version ${{ github.event.release.tag_name }}
24
24
run : mvn versions:set -B -DnewVersion=${{ github.event.release.tag_name }}
25
25
- name : Deploy
26
- run : mvn deploy -B -DskipTests -Psign,deploy -github -e --no-transfer-progress
26
+ run : mvn deploy -B -DskipTests -Pdeploy -github --no-transfer-progress
27
27
env :
28
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
29
GITHUB_TOKEN_REF : ${{ secrets.GH_PACKAGE_REGISTRY_PAT }}
30
30
MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
31
- - name : Slack Notification
32
- uses : rtCamp/action-slack-notify@v2
33
- env :
34
- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_URL }}
35
- SLACK_USERNAME : ' Cryptobot'
36
- SLACK_ICON :
37
- SLACK_ICON_EMOJI : ' :bot:'
38
- SLACK_CHANNEL : ' cryptomator-desktop'
39
- SLACK_TITLE : " Published ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}"
40
- SLACK_MESSAGE : " Ready to <https://github.com/${{ github.repository }}/actions/workflows/publish-central.yml|deploy to Maven Central>."
41
- SLACK_FOOTER :
42
- MSG_MINIMAL : true
You can’t perform that action at this time.
0 commit comments