From 34739759cb7f90eb0b9d9bf98ee562944362d2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa-Dom=C3=ADnguez?= Date: Wed, 22 May 2024 22:09:59 +0100 Subject: [PATCH] Update release-native.yml --- .github/workflows/release-native.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-native.yml b/.github/workflows/release-native.yml index f40ed40..6c6104b 100644 --- a/.github/workflows/release-native.yml +++ b/.github/workflows/release-native.yml @@ -11,8 +11,7 @@ jobs: matrix: os: [macos-latest, windows-latest, ubuntu-latest] permissions: - contents: read - packages: write + contents: write steps: - uses: actions/checkout@v4