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 fc96243 commit e55ea27Copy full SHA for e55ea27
1 file changed
.github/workflows/release.yml
@@ -7,6 +7,8 @@ on:
7
8
jobs:
9
release:
10
+ permissions:
11
+ contents: write
12
runs-on: ubuntu-latest
13
14
steps:
@@ -112,4 +114,4 @@ jobs:
112
114
run: |
113
115
echo "🎉 Release ${{ steps.extract_version.outputs.tag_version }} created successfully!"
116
echo "📦 VSIX package: ${{ steps.vsix_filename.outputs.vsix_file }}"
- echo "🔗 Release URL: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}"
117
+ echo "🔗 Release URL: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}"
0 commit comments