Skip to content

docs: update copyright #39

docs: update copyright

docs: update copyright #39

Workflow file for this run

name: Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Verify
run: |
npm ci --omit=optional
npm install --no-save warframe-worldstate-parser@^2.x warframe-worldstate-data@^1.x
npm run lint
npm test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
branches: |
['master']