File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1717 JRELEASER_TWITTER_CONSUMER_SECRET : ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
1818 JRELEASER_TWITTER_ACCESS_TOKEN : ${{ secrets.TWITTER_ACCESS_TOKEN }}
1919 JRELEASER_TWITTER_ACCESS_TOKEN_SECRET : ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
20+ JRELEASER_MASTODON_ACCESS_TOKEN : ${{ secrets.MASTODON_ACCESS_TOKEN}}
2021 JRELEASER_HOMEBREW_GITHUB_TOKEN : ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
2122 services :
2223 mongodb :
Original file line number Diff line number Diff line change 11plugins {
22 id(' groovy' )
3- id(' org.jreleaser' ). version(' 1.0 .0' ). apply(false )
3+ id(' org.jreleaser' ). version(' 1.4 .0' ). apply(false )
44}
55
66String userHome = System . getProperty(' user.home' )
Original file line number Diff line number Diff line change @@ -47,5 +47,10 @@ jreleaser {
4747 active = ' RELEASE'
4848 status = ' Released version {{tagName}} of SDKMAN! {{releaseNotesUrl}}'
4949 }
50+ mastodon {
51+ active = ' RELEASE'
52+ status = ' Released version {{tagName}} of SDKMAN! {{releaseNotesUrl}}'
53+ host = ' https://fosstodon.org'
54+ }
5055 }
5156}
You can’t perform that action at this time.
0 commit comments