Skip to content

Commit

Permalink
Merge pull request #34 from FernandVEYRIER/feat/release
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Mar 12, 2024
2 parents 52b0b50 + 37452f5 commit 9f658e9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: release-please

on:
workflow_dispatch:
push:
branches:
- $default-branch

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20.10.0'
registry-url: https://registry.npmjs.org/
- run: |
yarn install --immutable --immutable-cache --check-cache

0 comments on commit 9f658e9

Please sign in to comment.