We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985da40 commit ef36ab6Copy full SHA for ef36ab6
.github/workflows/marketplace-release.yml
@@ -25,6 +25,9 @@ env:
25
jobs:
26
marketplace:
27
uses: ./.github/workflows/marketplace-build.yml
28
+ permissions:
29
+ contents: write
30
+ pull-requests: write
31
with:
32
version: ${{ inputs.version }}
33
release_tag: ${{ inputs.release_tag || format('marketplace-v{0}', inputs.version) }}
.github/workflows/release.yml
@@ -82,6 +82,9 @@ jobs:
82
83
84
85
86
87
88
89
version: ${{ github.ref_name }}
90
release_tag: ${{ github.ref_name }}
0 commit comments