Skip to content

Commit

Permalink
Fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Oct 30, 2024
1 parent b3af87d commit f6f0648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: Release ${{ needs.build.outputs.version }}
tag_name: v${{ needs.build.outputs.version }}
tag_name: ${{ needs.build.outputs.version }}
draft: true
files: |
./artifacts/AppleBlox-*/*.dmg
Expand Down

0 comments on commit f6f0648

Please sign in to comment.