From 3dc706dd8d19485d7973677efb205f448f049822 Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Mon, 3 Oct 2022 12:05:20 +0200 Subject: [PATCH] Take 2. --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee26e16..e60a177 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,8 @@ jobs: tag: name: Build release runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout code uses: actions/checkout@v2 @@ -28,4 +30,5 @@ jobs: with: artifacts: 'btcpay.ocmod.zip' removeArtifacts: true + allowUpdates: true token: ${{ secrets.GITHUB_TOKEN }}