Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmarmalade committed Aug 1, 2022
2 parents d8ab9fe + 2067320 commit b839d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.yaml-data.outputs.data }}
tag_name: v${{ steps.yaml-data.outputs.data }}
draft: true
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b839d65

Please sign in to comment.