-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
df9d9bd
commit 45f932b
Showing
1 changed file
with
0 additions
and
28 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 |
---|---|---|
|
@@ -67,16 +67,6 @@ jobs: | |
replace: ${{ github.event.inputs.version }} | ||
include: "README.md" # Will match all README.md files in any nested directory | ||
|
||
# deactivate for now since commit action is not able to push changes in workflow files because of missing permission | ||
# - name: Update github action release workflow default version | ||
# uses: fjogeleit/[email protected] | ||
# with: | ||
# valueFile: '.github/workflows/release.yml' | ||
# propertyPath: 'on.workflow_dispatch.inputs.version.default' | ||
# commitChange: 'false' | ||
# updateFile: 'true' | ||
# value: ${{ github.event.inputs.version }} | ||
|
||
- name: Publish to Maven Central | ||
env: | ||
ORG_GRADLE_PROJECT_signingKey: ${{secrets.ORG_GRADLE_PROJECT_SIGNINGKEY}} | ||
|
@@ -94,21 +84,3 @@ jobs: | |
commit_author: skrapeit <[email protected]> | ||
commit_message: bump version ${{ steps.current_version.outputs.value }} --> ${{ github.event.inputs.version }} | ||
tagging_message: ${{ github.event.inputs.version }} | ||
|
||
# - name: Create Tag | ||
# uses: negz/create-tag@v1 | ||
# with: | ||
# version: ${{ github.event.inputs.version }} | ||
# message: ${{ github.event.inputs.version.description }} | ||
# token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: send tweet | ||
uses: ethomson/send-tweet-action@v1 | ||
with: | ||
status: | | ||
🥳🪒📄 skrape{it} version ${{ github.event.inputs.version }} has just been released! 📢🙆🏻 | ||
${{ github.event.inputs.tweet }} | ||
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY_SKRAPE_IT }} | ||
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET_SKRAPE_IT }} | ||
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN_SKRAPE_IT }} | ||
access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET_SKRAPE_IT }} |