Skip to content

chore(deps): bump web-vitals from 4.2.2 to 4.2.3 in /server in the pr… #865

chore(deps): bump web-vitals from 4.2.2 to 4.2.3 in /server in the pr…

chore(deps): bump web-vitals from 4.2.2 to 4.2.3 in /server in the pr… #865

Workflow file for this run

name: Releases
on:
push:
branches:
- main
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: conventional Changelog Action
id: changelog
uses: TriPSs/[email protected]
with:
github-token: ${{ secrets.CHANGELOG_RELEASE }}
output-file: 'false'
version-file: './package.json,./server/package.json'
- name: create release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}