Compare commits
10 commits
Author | SHA1 | Date | |
---|---|---|---|
d017433bc1 | |||
e031e9b0e6 | |||
b4d1f9181a | |||
ac1ba7df2b | |||
a7c4051e98 | |||
050cd55e03 | |||
01ba711b20 | |||
7d190234a0 | |||
73a5143f82 | |||
ff18094bc3 |
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
|
@ -20,9 +20,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
node-version: "lts/*"
|
node-version: "lts/*"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install semantic-release @saithodev/semantic-release-gitea @semantic-release/changelog
|
run: npm install semantic-release @saithodev/semantic-release-gitea @semantic-release/changelog @semantic-release/release-notes-generator commitlint-plugin-cleanfeet conventional-changelog-conventionalcommits @semantic-release/git
|
||||||
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
|
|
||||||
run: npm audit signatures
|
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue