Skip to content

fix(items): new items #3806

fix(items): new items

fix(items): new items #3806

Workflow file for this run

name: Release
on:
push:
branches:
- master
paths:
- 'build/**'
- 'data/**'
- 'index.m?js'
- 'index.d.ts'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 5
- uses: leafo/gh-actions-lua@v10.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm i -D warframe-patchlogs@^2
- run: npm i --no-save warframe-worldstate-data@^2
- run: npm run lint
- name: Run commitlint
run: npx commitlint --from=HEAD~1
- run: npm test
env:
NODE_OPTIONS: '--max_old_space_size=4096'
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4.1.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
semantic_version: 17
branches: |
['master']