From 11610f58b1a3838ddde88e6dcf55549aa5f2e50e Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 14 Jun 2022 10:55:41 -0400 Subject: [PATCH] Attempts to fix CI --- .github/workflows/cd-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-stable.yml b/.github/workflows/cd-stable.yml index 412c8b1..5910707 100644 --- a/.github/workflows/cd-stable.yml +++ b/.github/workflows/cd-stable.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - # deployments: write + deployments: write packages: write steps: - name: Checkout code