We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb4b68 commit b46c0d5Copy full SHA for b46c0d5
1 file changed
.github/workflows/release.yml
@@ -12,9 +12,6 @@ jobs:
12
release-version: ${{ steps.release.outputs.release-version }}
13
released: ${{ steps.release.outputs.new-release-published }}
14
steps:
15
- - name: 🚚 Checkout project
16
- uses: actions/checkout@v4
17
-
18
- id: app-token
19
uses: actions/create-github-app-token@v3
20
with:
@@ -24,6 +21,12 @@ jobs:
24
21
permission-issues: write
25
22
permission-pull-requests: write
26
23
+ - name: 🚚 Checkout project
+ uses: actions/checkout@v4
+ with:
27
+ token: ${{ steps.app-token.outputs.token }}
28
+ persist-credentials: true
29
+
30
- name: 🚀 Publish Release
31
id: release
32
uses: cycjimmy/semantic-release-action@v6
0 commit comments