Skip to content

chore(deps): update dependency zshy to v0.6.0 (#22) #24

chore(deps): update dependency zshy to v0.6.0 (#22)

chore(deps): update dependency zshy to v0.6.0 (#22) #24

Workflow file for this run

name: release-please
concurrency:
group: ${{ github.workflow }}
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
release-please:
name: Release Please
runs-on: ubuntu-latest
steps:
- run: echo "Release Please is disabled"
# - name: Create Release
# id: release
# uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
#- if: ${{ steps.release.outputs.release_created }}
# uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
# Enable for publishing
#- if: ${{ steps.release.outputs.release_created }}
# uses: ./.github/actions/publish
# with:
# token: ${{ secrets.NPM_TOKEN }}