Skip to content

feat: create yield table tirol tanne and tirol kalk nieder (#21) #17

feat: create yield table tirol tanne and tirol kalk nieder (#21)

feat: create yield table tirol tanne and tirol kalk nieder (#21) #17

Workflow file for this run

name: Release
'on':
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 18
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}