Skip to content

Release v1.0.5

Release v1.0.5 #4

Workflow file for this run

name: npm-publish
on:
push:
branches:
- master
jobs:
npm-publish:
name: npm-publish
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Publish if version has been updated
uses: pascalgn/[email protected]
with:
commit_pattern: "Release v[0-9]+\\.[0-9]+\\.[0-9]+" # Перевірка на формат версії, наприклад, "vX.X.X"
env: # More info about the environment variables in the README
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # You need to set this in your repo settings