Skip to content

chore: bump version to 2.1.7 (#38) #52

chore: bump version to 2.1.7 (#38)

chore: bump version to 2.1.7 (#38) #52

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
uses: AwesomeHamster/workflows/.github/workflows/publish.yml@master
permissions:
id-token: write
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
with:
yarn-no-immutable: true
test-before-publish: true
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}