Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from maotovisk/dev
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
maotovisk authored Jun 30, 2023
2 parents a3bf314 + 0b664be commit 6fe9ebf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
tagName: v__VERSION__
releaseName: 'v__VERSION__'
releaseBody: 'This is a automated release.'
releaseDraft: true
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_body: 'This is a automated release.'
prerelease: false
draft: false
draft: true
files: ./artifacts/**/*

0 comments on commit 6fe9ebf

Please sign in to comment.