File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
template/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 id-token : write
3030 needs :
3131 - build
32- if : github.event_name == 'release' || startsWith(github.ref, 'refs/tags/v')
32+ if : startsWith(github.ref, 'refs/tags/v')
3333 runs-on : ubuntu-latest
3434 concurrency :
3535 group : ${{ github.workflow }}-${{ github.ref }}-publish
8585 contents : write
8686 needs :
8787 - build
88- if : github.event_name == 'release' || startsWith(github.ref, 'refs/tags/v')
88+ if : startsWith(github.ref, 'refs/tags/v')
8989 runs-on : ubuntu-latest
9090 concurrency :
9191 group : ${{ github.workflow }}-${{ github.ref }}-release
@@ -104,4 +104,4 @@ jobs:
104104 uses : liblaf/actions/release@main
105105 with :
106106 files : dist/*
107- tag : ${{ github.event.release.tag_name || github. ref_name }}
107+ tag : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments