Skip to content

Commit

Permalink
Take 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Oct 3, 2022
1 parent 2d7cb47 commit 3dc706d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
tag:
name: Build release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -28,4 +30,5 @@ jobs:
with:
artifacts: 'btcpay.ocmod.zip'
removeArtifacts: true
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3dc706d

Please sign in to comment.