Skip to content

Commit

Permalink
Renamed workflow actions
Browse files Browse the repository at this point in the history
* Renamed 'Deploy NuGet Packages' to 'Release'
* Renamed 'Docker Image CI (Linux)' to 'Docker Release'
  • Loading branch information
kennethmyhra committed Apr 23, 2020
1 parent 8918540 commit 9183d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI (Linux)
name: Docker Release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy NuGet packages
name: Release

on:
release:
Expand Down

0 comments on commit 9183d36

Please sign in to comment.