Skip to content

Set version to 41.4.2-hotfix1 #8

Set version to 41.4.2-hotfix1

Set version to 41.4.2-hotfix1 #8

Workflow file for this run

name: Release
on:
push:
tags: v*
jobs:
publish-github-registry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up node & dependencies
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
cache: "npm"
- run: yarn install
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
permissions:
packages: write