Skip to content

chore(deps): update dependency semantic-release to v22.0.10 #328

chore(deps): update dependency semantic-release to v22.0.10

chore(deps): update dependency semantic-release to v22.0.10 #328

Workflow file for this run

name: ci
on: [push]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Cypress tests 🧪
uses: cypress-io/github-action@v5
with:
# check types
build: npm run lint
# use a custom command to conform all expected tests
# were correctly generated
# using https://www.npmjs.com/package/cypress-expect
command: npm test
- name: Semantic Release 🚀
if: github.ref == 'refs/heads/main'
uses: cycjimmy/semantic-release-action@v3
with:
branches: main
env:
# github token is automatically created by the GH Action workflow
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# created using semantic-release
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}