Skip to content

chore(deps-dev): bump vite from 4.5.3 to 4.5.5 in /src/jcdcdev.Umbraco.ReadingTime.Client in the npm_and_yarn group across 1 directory #23

chore(deps-dev): bump vite from 4.5.3 to 4.5.5 in /src/jcdcdev.Umbraco.ReadingTime.Client in the npm_and_yarn group across 1 directory

chore(deps-dev): bump vite from 4.5.3 to 4.5.5 in /src/jcdcdev.Umbraco.ReadingTime.Client in the npm_and_yarn group across 1 directory #23

Workflow file for this run

name: 🚀 Release
on:
workflow_dispatch:
pull_request:
types: [ closed ]
jobs:
metadata:
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/generate-project-metadata.yml@dev
release:
runs-on: ubuntu-latest
permissions:
contents: write
needs:
- metadata
steps:
- name: Build
id: build
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@main
with:
project-name: ${{ needs.metadata.outputs.project-name}}
project-path: ${{ needs.metadata.outputs.project-path }}
npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }}
npm-enabled: true
umbraco-version: 14
- name: Release
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
with:
artifact-name: ${{ steps.build.outputs.artifact-name }}
version: ${{ steps.build.outputs.version }}
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}