Skip to content

Commit 61e0ce7

Browse files
authored
Merge pull request #95 from mathworks/package
fix permission issue when publishing release assets
2 parents 03dd9a0 + 0eb8bb9 commit 61e0ce7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_mltbx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11
99
# Instead, run on ubuntu-20.04
1010
runs-on: ubuntu-20.04
11+
permissions:
12+
contents: write
1113
env:
1214
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
1315
steps:

0 commit comments

Comments
 (0)