summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-07 18:12:04 -0500
committerSean E. Russell <ser@ser1.net>2020-06-07 18:12:04 -0500
commit5590679cb4cc4dcd6ccb4694780eda38326bc4c5 (patch)
treebf4b12c093c570d512c6389a6a3ffc5d6fdadb1c /.github
parentb20f47738953c9f2a1c3e483976104bc3cbfcbba (diff)
Trying to get the workflow working.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c212991..3b697e5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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/git-auto-commit-action@v4.1.0
- 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: ser@ser1.net
- commit_author: Badge Updater <ser@ser1.net>