Skip to content

fix(http-negotiator): #2381 add additional warn log message (#2550) #25

fix(http-negotiator): #2381 add additional warn log message (#2550)

fix(http-negotiator): #2381 add additional warn log message (#2550) #25

Workflow file for this run

name: Release
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
# Create release PR
release-please:
name: Release Please
runs-on: ubuntu-latest
if: github.repository == 'stoplightio/prism'
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
target-branch: master