chore: add semver workflows
This commit is contained in:
parent
c6f8628c22
commit
9e3e7392e2
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/semver.yaml
Normal file
20
.forgejo/workflows/semver.yaml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: https://git.aquila-consortium.org/guilhem_lavaux/setup-rust-toolchain-forge@v1.12.0-forge
|
||||||
|
- run: npm install
|
||||||
|
- run: npm run release
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
GITEA_URL: ${{ secrets.GITEA_URL }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue