Skip to content

Merge pull request #7 from Open-Attestation/fix/octokit-missing #15

Merge pull request #7 from Open-Attestation/fix/octokit-missing

Merge pull request #7 from Open-Attestation/fix/octokit-missing #15

Workflow file for this run

name: Release
on:
push:
branches: [master, beta]
permissions:
contents: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
environment:
name: 'NPM Deploy'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release