We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c4a0e commit a4c3038Copy full SHA for a4c3038
.github/workflows/release.yml
@@ -83,6 +83,7 @@ jobs:
83
JRELEASER_TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
84
JRELEASER_TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
85
JRELEASER_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
86
+ JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
87
88
- name: JReleaser output
89
if: always()
jreleaser.yml
@@ -84,3 +84,6 @@ deploy:
announce:
twitter:
active: RELEASE
+ mastodon:
+ active: RELEASE
+ host: https://mastodon.social
0 commit comments