Skip to content

Merge pull request #7 from 1024pix/VincentHardouin-patch-4 #18

Merge pull request #7 from 1024pix/VincentHardouin-patch-4

Merge pull request #7 from 1024pix/VincentHardouin-patch-4 #18

Workflow file for this run

name: release
on:
push:
branches:
- dev
repository_dispatch:
types: [ 'deploy' ]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- uses: 1024pix/pix-actions/release@tech/allow-monorepo-release
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.PIX_SERVICE_ACTIONS_TOKEN }}