mirror of
https://github.com/Warky-Devs/go-mdtopdf-helper.git
synced 2025-05-19 15:37:34 +00:00
Workflow fixes
This commit is contained in:
parent
99658f3566
commit
08d0e9eaeb
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -5,6 +5,10 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -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
|
||||
name_template: "{{.Tag}}"
|
Loading…
Reference in New Issue
Block a user