Skip to content

chore: fix Duolingo link #11

chore: fix Duolingo link

chore: fix Duolingo link #11

Workflow file for this run

name: Push to main branch
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}