Skip to content

2.1.1 ⬆️ update dependencies #22

2.1.1 ⬆️ update dependencies

2.1.1 ⬆️ update dependencies #22

Workflow file for this run

name: Publish
on:
release:
types: [published, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build
- uses: teunmooij/github-versioned-release@v1
with:
template: 'javascript-action'
env:
GITHUB_TOKEN: ${{ github.token }}