Skip to content

Release v1.1.2 (#1173) #33

Release v1.1.2 (#1173)

Release v1.1.2 (#1173) #33

Workflow file for this run

name: Release
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+
jobs:
publish-npm:
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-release.yml@v3
secrets:
NODE_AUTH_TOKEN: ${{ secrets.INRUPT_NPM_TOKEN }}