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.
2 parents 434bb1f + b9c1d4b commit f3d89e9Copy full SHA for f3d89e9
1 file changed
.github/workflows/release.yml
@@ -8,6 +8,8 @@ jobs:
8
build:
9
if: github.repository == 'zhensherlock/vue-devtools-unlocker'
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
- name: Set Version from Release Tag
15
run: echo "VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
0 commit comments