Skip to content

Commit 6ec3d1c

Browse files
author
PEZ
committed
Add release rights to github-release job
1 parent 104eb0b commit 6ec3d1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
needs:
1414
- test
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
1618
steps:
1719
- name: Checkout
1820
uses: actions/checkout@v4
@@ -21,7 +23,7 @@ jobs:
2123
uses: actions/download-artifact@v4
2224
with:
2325
path: /tmp
24-
pattern: '*.vsix'
26+
pattern: ${{ runner.os }}-'*.vsix'
2527
merge-multiple: true
2628

2729
- name: Install clojure tools

0 commit comments

Comments
 (0)