Skip to content

chore(deps): update bahmutov/npm-install action to v1.11.2 (#92) #142

chore(deps): update bahmutov/npm-install action to v1.11.2 (#92)

chore(deps): update bahmutov/npm-install action to v1.11.2 (#92) #142

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:
- 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
- if: ${{ steps.release.outputs.release_created }}
uses: ./.github/actions/publish
with:
token: ${{ secrets.NPM_TOKEN }}