Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Feb 7, 2024
1 parent 100b0e5 commit 6fd3056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: pkg/*.zip/*.dmg
name: ${{ steps.version.ouputs.version }}
tag_name: ${{ steps.version.ouputs.version }}
name: ${{ steps.version.outputs.version }}
tag_name: ${{ steps.version.outputs.version }}

0 comments on commit 6fd3056

Please sign in to comment.