Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Bump vite from 2.9.15 to 2.9.16 #74

Bump vite from 2.9.15 to 2.9.16

Bump vite from 2.9.15 to 2.9.16 #74

Workflow file for this run

name: Create/Update Release
on:
pull_request:
branches:
- main
types:
- ready_for_review
- edited
- labeled
jobs:
prepare_release:
name: Create/Update Release
runs-on: ubuntu-latest
steps:
- name: Create/Update Draft Release
if: contains(github.event.pull_request.labels.*.name, 'version-pr')
uses: ncipollo/release-action@v1
with:
allowUpdates: true
name: Version ${{ github.event.pull_request.title }}
tag: ${{ github.event.pull_request.title }}
commit: main
body: |
${{ github.event.pull_request.body }}
**Generated From PR: ${{ github.event.pull_request.html_url }}**
draft: true
prerelease: false