Skip to content

Commit

Permalink
Update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
inFocus7 committed Jan 21, 2024
1 parent e6e008c commit 371031d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-creation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release Created
name: Update Changelog Release Notes
run-name: Update Release Notes (${{ github.ref_name }})

on:
release:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release Published
name: Publish Docker Images
run-name: Publish To Docker (${{ github.ref_name }})

on:
release:
Expand Down

0 comments on commit 371031d

Please sign in to comment.