From 33ec4153b456b6603cf0eed3cc330fffcd57186c Mon Sep 17 00:00:00 2001 From: Christopher Bisset Date: Wed, 27 Jul 2022 16:52:53 +1000 Subject: [PATCH] more ci/cd fixes --- .github/workflows/publish-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 518564f..4916b74 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -9,6 +9,7 @@ jobs: permissions: contents: read packages: write + deployments: write steps: - name: Checkout Repository