mirror of
https://github.com/Warky-Devs/go-mdtopdf-helper.git
synced 2025-05-18 15:17:29 +00:00
Workflow fixes
This commit is contained in:
parent
99658f3566
commit
73f258aa95
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -5,6 +5,10 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
@ -26,4 +30,4 @@ jobs:
|
||||
version: latest
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -53,9 +53,8 @@ changelog:
|
||||
- Merge branch
|
||||
|
||||
release:
|
||||
github:
|
||||
owner: "{{.Env.GITHUB_REPOSITORY_OWNER}}"
|
||||
name: "{{.Env.GITHUB_REPOSITORY}}"
|
||||
disable: false
|
||||
draft: false
|
||||
prerelease: auto
|
||||
mode: replace
|
||||
mode: replace
|
||||
name_template: "{{.Tag}}"
|
Loading…
Reference in New Issue
Block a user