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 6ae6d88 commit 64251e1Copy full SHA for 64251e1
1 file changed
.github/workflows/release.yml
@@ -13,15 +13,13 @@ env:
13
jobs:
14
prepare:
15
if: github.repository == 'eclipse/openvsx'
16
+ permissions:
17
+ contents: none
18
runs-on: ubuntu-22.04
19
outputs:
20
release-tag: ${{ steps.context.outputs.RELEASE_TAG }}
21
release-version: ${{ steps.context.outputs.RELEASE_VERSION }}
22
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- with:
23
- persist-credentials: false
24
- fetch-depth: 0
25
- name: "Setup context"
26
id: context
27
shell: bash
0 commit comments