💚 maybe now everything works?
This commit is contained in:
parent
3fceb35f79
commit
345da2b68e
5 changed files with 161 additions and 12 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
node-version: "21"
|
||||
- name: Setup Yarn
|
||||
run: |
|
||||
yarn set version canary
|
||||
|
|
@ -24,7 +24,12 @@ jobs:
|
|||
|
||||
- name: yarn install
|
||||
run: yarn install --immutable
|
||||
- name: Semver
|
||||
- name: Semantic Release
|
||||
id: semantic
|
||||
run: yarn run semantic-release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Create Release
|
||||
uses: actions/forgejo-release@v1
|
||||
with:
|
||||
direction: upload
|
||||
release-dir: .ci
|
||||
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue