File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 46
46
uses : mathieudutour/github-tag-action@v6.2
47
47
with :
48
48
custom_tag : " ${{ steps.read-version.outputs.version }}-hugomanager"
49
- tag_prefix : " " # To prevent extra "v" in the prefix
49
+ tag_prefix : " "
50
50
github_token : ${{ secrets.GITHUB_TOKEN }}
51
51
52
52
releaseBinary :
68
68
persist-credentials : true
69
69
70
70
- name : Fetch git tags
71
- run : git fetch --force --tags origin 'refs/tags/*-hugomanager:refs/tags/*-hugomanager'
71
+ run : |
72
+ git fetch --force --tags origin 'refs/tags/*-hugomanager:refs/tags/*-hugomanager'
73
+ git tag -d $(git tag -l | grep -v 'hugomanager$')
72
74
73
75
- uses : actions/setup-go@v5
74
76
with :
Original file line number Diff line number Diff line change 1
1
---
2
-
3
2
version : 2
4
3
# Ref: https://goreleaser.com
5
4
before :
Original file line number Diff line number Diff line change 1
1
check_release_config :
2
- goreleaser check
2
+ goreleaser check .goreleaser.yaml
3
+ goreleaser check .hugomanager.goreleaser.yaml
You can’t perform that action at this time.
0 commit comments