Skip to content

Merge pull request #159 from peopledoc/contributors-readme-action-Gwm… #39

Merge pull request #159 from peopledoc/contributors-readme-action-Gwm…

Merge pull request #159 from peopledoc/contributors-readme-action-Gwm… #39

# GitHub Actions documentation:
# https://docs.github.com/en/actions
name: Create new `git tag`, create new GitHub release and publish to NPM
on:
push:
branches: master
concurrency:
group: tag-release-publish-${{ github.ref }}
cancel-in-progress: true
jobs:
org:
uses: peopledoc/.github/.github/workflows/js--tag-release-publish.yml@main
secrets:
npm_automation_token: ${{ secrets.NPM_AUTOMATION_TOKEN }}