Skip to content

Commit

Permalink
Fix pipeline names
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstoick committed Nov 28, 2023
1 parent eb2c2ea commit 4d7fe6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-gh-packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release to Github Packages
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rubygems.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release to Rubygems
on:
push:
branches:
Expand Down

0 comments on commit 4d7fe6b

Please sign in to comment.