Skip to content

fix(devicetype-library): updating data from remote repo <2024-11-21>. #16

fix(devicetype-library): updating data from remote repo <2024-11-21>.

fix(devicetype-library): updating data from remote repo <2024-11-21>. #16

Workflow file for this run

name: Create semantic release from commit messages
on:
push:
branches: [main]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: "lts/*"
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx [email protected]