We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365fe87 commit c4ce68bCopy full SHA for c4ce68b
.github/release/.releaserc.json
@@ -12,5 +12,6 @@
12
"assets": ["CHANGELOG.md"],
13
"message": "release: ${nextRelease.version} [ci skip]"
14
}
15
- ]
+ ],
16
+ "publish": false
17
.github/workflows/release.yaml
@@ -1,8 +1,8 @@
1
name: Github Release
2
on:
3
push:
4
- branches:
5
- - master
+ tags:
+ - '**'
6
jobs:
7
release:
8
runs-on: ubuntu-latest
@@ -13,7 +13,6 @@ jobs:
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
- if: github.ref_type == 'tag'
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
19
generate_release_notes: true
0 commit comments