Skip to content

Commit e386662

Browse files
committed
No sign
1 parent 64fe2aa commit e386662

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/publish-github.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,8 @@ jobs:
2323
- name: Enforce project version ${{ github.event.release.tag_name }}
2424
run: mvn versions:set -B -DnewVersion=${{ github.event.release.tag_name }}
2525
- 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
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
GITHUB_TOKEN_REF: ${{ secrets.GH_PACKAGE_REGISTRY_PAT }}
3030
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

0 commit comments

Comments
 (0)