Skip to content

chore: bump qr-code-styling version to v1.6.0-rc.1 #42

chore: bump qr-code-styling version to v1.6.0-rc.1

chore: bump qr-code-styling version to v1.6.0-rc.1 #42

Workflow file for this run

name: Release events
on:
push:
tags:
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install deps
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Publish to NPM
run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_CANDINYA }}
- name: Create release (draft)
uses: softprops/action-gh-release@v2
with:

Check failure on line 36 in .github/workflows/auto-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 36
name: [${{ github.ref_name }}]
generate_release_notes: true
draft: true