Skip to content

* fix: ready for external testing Contribution Guidance (#15) #15

* fix: ready for external testing Contribution Guidance (#15)

* fix: ready for external testing Contribution Guidance (#15) #15

Workflow file for this run

name: Release to Production
on:
push:
branches:
- main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: production-${{ github.workflow }}
cancel-in-progress: true
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Create Vale Packages
run: make zip
- name: Release
run: npx semantic-release