Skip to content

chore(deps): update dependency semantic-release to v23.1.1 #121

chore(deps): update dependency semantic-release to v23.1.1

chore(deps): update dependency semantic-release to v23.1.1 #121

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- renovate/**
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
release:
uses: vidavidorra/.github/.github/workflows/release.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
needs:
- lint-commit-messages
- lint
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}