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

Commit

Permalink
ci: updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowko committed Dec 15, 2023
1 parent 7f4f538 commit 797c9a5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Release

permissions:
contents: write

on:
push:
tags:
Expand All @@ -11,10 +8,14 @@ on:
jobs:
release:
runs-on: ubuntu-latest

permissions:
contents: read
contents: write

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 797c9a5

Please sign in to comment.