Skip to content

chore(release): 1.0.0-beta.9 #17

chore(release): 1.0.0-beta.9

chore(release): 1.0.0-beta.9 #17

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# body_path: CHANGELOG.md
# append_body: true
# files: tekton-lint-*.tgz