Skip to content

Commit

Permalink
Merge pull request foostan#124 from flat35hd99/master
Browse files Browse the repository at this point in the history
Fix typo GiHub -> GitHub
  • Loading branch information
foostan authored Oct 30, 2021
2 parents 8176015 + 6c67971 commit 199073a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-corne-cherry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
zip -r --junk-paths plates-bottom-gerber.zip plates/pcb/bottom/gerber
zip -r --junk-paths plates.zip plates/common
- name: Release to GiHub
- name: Release to GitHub
uses: softprops/action-gh-release@v1
with:
files: "*.zip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-corne-chocolate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
zip -r --junk-paths plates-bottom-gerber.zip plates/pcb/bottom/gerber
zip -r --junk-paths plates.zip plates/common
- name: Release to GiHub
- name: Release to GitHub
uses: softprops/action-gh-release@v1
with:
files: "*.zip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-corne-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
zip -r --junk-paths plates-bottom-gerber.zip plates/pcb/bottom/gerber
zip -r --junk-paths plates.zip plates/common
- name: Release to GiHub
- name: Release to GitHub
uses: softprops/action-gh-release@v1
with:
files: "*.zip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-corne-light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
zip -r --junk-paths plates-alps.zip plates/alps
zip -r --junk-paths plates-mini.zip plates/mini
- name: Release to GiHub
- name: Release to GitHub
uses: softprops/action-gh-release@v1
with:
files: "*.zip"
Expand Down

0 comments on commit 199073a

Please sign in to comment.