Skip to content

Commit

Permalink
Testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazPom committed Sep 5, 2024
1 parent 1a30d9c commit e0ef5ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ jobs:
with:
tag_name: v${{ env.VERSION }}
release_name: v${{ env.VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Release v${{ env.VERSION }}
draft: false
prerelease: false

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


# Upload zip file to the release

Expand Down

0 comments on commit e0ef5ec

Please sign in to comment.