Skip to content

fix(rollback): keep the record for a refused Snapshot delete in the p… #977

fix(rollback): keep the record for a refused Snapshot delete in the p…

fix(rollback): keep the record for a refused Snapshot delete in the p… #977

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
persist-credentials: false
- uses: voidzero-dev/setup-vp@ca1c46663915d6c1042ae23bd39ab85718bfb0fa # v1
with:
node-version: "24"
cache: true
run-install: false
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: vp install --frozen-lockfile
- name: Build
run: vp run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: vp exec semantic-release