Skip to content

fix: upgrade ipaddr.js from 2.1.0 to 2.2.0 (#44) #48

fix: upgrade ipaddr.js from 2.1.0 to 2.2.0 (#44)

fix: upgrade ipaddr.js from 2.1.0 to 2.2.0 (#44) #48

Workflow file for this run

name: Release
on:
push:
branches:
- master
workflow_dispatch:
inputs:
reason:
description: 'Manual Release Reason'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release