Skip to content

fix: pull in latest tugboat to fix units #8

fix: pull in latest tugboat to fix units

fix: pull in latest tugboat to fix units #8

Workflow file for this run

name: release
on:
push:
branches:
- main
env:
GPG_KEY_ID: 65DB550AE78300E6E355194C54B70F4A4F126E06
GIT_AUTHOR_NAME: boatkit-ci
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: boatkit-ci
GIT_COMMITTER_EMAIL: [email protected]
jobs:
semantic-release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
issues: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release