We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 158a9f9 + 7d0bf06 commit f0c37afCopy full SHA for f0c37af
1 file changed
.github/workflows/publish.yml
@@ -1,25 +1,28 @@
1
-name: 🚀 Publish
+---
2
+name: 🚀 Release
3
on:
4
push:
5
branches:
6
- main
-
7
env:
8
HUSKY: 0
9
+permissions:
10
+ contents: read
11
jobs:
12
publish:
- name: Publish
13
+ name: 🚀 Publish
14
runs-on: ubuntu-latest
- if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
15
+ permissions:
16
+ contents: write
17
+ issues: write
18
+ pull-requests: write
19
+ id-token: write
20
steps:
- - name: Checkout
- uses: actions/checkout@v3
21
+ - uses: actions/checkout@v4
22
with:
23
fetch-depth: 0
24
persist-credentials: false
- - name: Publish
- uses: cycjimmy/semantic-release-action@v3
25
+ - uses: cycjimmy/semantic-release-action@v3
26
27
semantic_version: 19.x
28
branch: main
0 commit comments