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

Commit 797c9a5

Browse files
committed
ci: updated release
1 parent 7f4f538 commit 797c9a5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Release
22

3-
permissions:
4-
contents: write
5-
63
on:
74
push:
85
tags:
@@ -11,10 +8,14 @@ on:
118
jobs:
129
release:
1310
runs-on: ubuntu-latest
11+
1412
permissions:
15-
contents: read
13+
contents: write
14+
1615
steps:
1716
- uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 0
1819

1920
- name: Install pnpm
2021
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)