-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
330e785
commit e58f2f4
Showing
1 changed file
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,6 @@ jobs: | |
run: ./gradlew javadoc | ||
env: | ||
RELEASE: ${{ steps.tagName.outputs.tag }} | ||
- name: Publish documentation | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: build/docs/javadoc | ||
- name: Publish | ||
run: ./gradlew publish | ||
env: | ||
|
@@ -49,7 +44,7 @@ jobs: | |
id: changelog_reader | ||
uses: mindsers/changelog-reader-action@v2 | ||
with: | ||
version: 'Unreleased' | ||
version: '1.11.7' | ||
path: ./CHANGELOG.md | ||
- name: Release on GitHub | ||
uses: softprops/action-gh-release@v1 | ||
|
@@ -75,14 +70,6 @@ jobs: | |
args: 'Refined Storage {{ GIT_TAG_NAME }} has been released! {{ RELEASE_URL }}' | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | ||
- name: Notify Twitter | ||
uses: ethomson/send-tweet-action@v1 | ||
with: | ||
status: Refined Storage ${{ env.GIT_TAG_NAME }} has been released! ${{ env.RELEASE_URL }} | ||
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }} | ||
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }} | ||
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }} | ||
access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} | ||
- name: Announce to Mastodon | ||
uses: rzr/fediverse-action@master | ||
with: | ||
|