Skip to content

Commit

Permalink
typo repair (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Nov 3, 2022
1 parent 8157195 commit 5998252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: action/upload-artifact@v3
- uses: actions/upload-artifact@v3
with:
name: release-builds
path: ./dist/*.gz
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: action/upload-artifact@v3
- uses: actions/upload-artifact@v3
with:
name: release-builds
path: ./dist/*.gz
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: action/upload-artifact@v3
- uses: actions/upload-artifact@v3
with:
name: release-builds
path: ./dist/*.gz
Expand Down

0 comments on commit 5998252

Please # to comment.