Skip to content

chore(main): release bargs 3.6.1 (#26) #53

chore(main): release bargs 3.6.1 (#26)

chore(main): release bargs 3.6.1 (#26) #53

Workflow file for this run

name: Release
concurrency:
group: ${{ github.workflow }}
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
issues: write
# enable for publishing
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- if: ${{ steps.release.outputs.release_created }}
uses: ./.github/actions/publish
with:
token: ${{ secrets.NPM_TOKEN }}