Skip to content

docs: how to use local JARs and SNAPSHOTbuilds. (#794) #486

docs: how to use local JARs and SNAPSHOTbuilds. (#794)

docs: how to use local JARs and SNAPSHOTbuilds. (#794) #486

Workflow file for this run

name: Release
on:
push:
tags-ignore:
- '*.*'
branches:
- master
jobs:
release:
name: Release
environment: PROD
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version }}
- name: Install
run: yarn --frozen-lockfile
- name: Unit Test
run: yarn run test
- name: Build
run: yarn run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release