💚 maybe now everything works?
Some checks failed
Build Docker Image / build-image (push) Failing after 35s
Semver / semver (push) Failing after 33s

This commit is contained in:
Rose 2024-10-16 12:56:16 -05:00
parent 3fceb35f79
commit 345da2b68e
No known key found for this signature in database
5 changed files with 161 additions and 12 deletions

View file

@ -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 }}