remove release

This commit is contained in:
Naxdy 2024-09-01 16:37:54 +02:00
parent 81793b07ae
commit 31f177f66d
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -1,31 +0,0 @@
name: Release
on:
release:
types: [published, edited]
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Build
run: pnpm install && pnpm build
- uses: https://github.com/JasonEtco/build-and-tag-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}