forked from cjbassi/gotop
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Showing
3 changed files
with
11 additions
and
33 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 |
---|---|---|
|
@@ -44,21 +44,3 @@ jobs: | |
repository: xxxserxxx/gotop-builder | ||
event-type: my-release | ||
client-payload: '{"tag": "${{ steps.tag_name.outputs.tag }}"}' | ||
|
||
- name: Update current release badge | ||
shell: bash | ||
run: sed -i "s/v[0-9]*\.[0-9]*\.[0-9]*/${{steps.tag_name.outputs.tag}}/g" docs/release.svg | ||
|
||
- name: Commit current release badge | ||
uses: stefanzweifel/[email protected] | ||
with: | ||
branch: 'master' | ||
commit_message: Update release badge to version "${{ steps.tag_name.outputs.tag }}" | ||
|
||
# Optional glob pattern of files which should be added to the commit | ||
file_pattern: docs/release.svg | ||
|
||
# Optional commit user and author settings | ||
commit_user_name: Badge Updater | ||
commit_user_email: [email protected] | ||
commit_author: Badge Updater <[email protected]> |
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
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