We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66349c commit dc6d9faCopy full SHA for dc6d9fa
.github/workflows/Release.yml
@@ -14,14 +14,15 @@ on:
14
- labeled
15
paths:
16
- 'action.yml'
17
+ - 'src/**'
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.ref }}
21
cancel-in-progress: true
22
23
permissions:
- contents: write
24
- pull-requests: write
+ contents: write # Required to create releases
25
+ pull-requests: write # Required to create comments on the PRs
26
27
jobs:
28
Release:
@@ -33,6 +34,4 @@ jobs:
33
34
persist-credentials: false
35
36
- name: Release
- uses: PSModule/Release-GHRepository@88c70461c8f16cc09682005bcf3b7fca4dd8dc1a # v2.0.1
37
- env:
38
- GITHUB_TOKEN: ${{ github.token }}
+ uses: PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2
0 commit comments