Skip to content

Commit

Permalink
Merge pull request #16 from maotovisk/dev
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
maotovisk committed Jun 30, 2023
2 parents 6fe9ebf + 4ec6e8e commit 818f8ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
push:
branches:
- main

permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -98,8 +100,8 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_body: 'This is a automated release.'
name: Release ${{ github.ref }}
body: 'This is a automated release.'
prerelease: false
draft: true
files: ./artifacts/**/*

0 comments on commit 818f8ed

Please sign in to comment.