Skip to content

Commit

Permalink
build: [#561] Write repo permission required to push docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Apr 21, 2024
1 parent 62f3a66 commit d0099c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
if: ${{ startsWith(matrix.os, 'windows') }}
# yamllint enable rule:line-length
- name: Upload binaries to release
uses: svenstaro/upload-release-action@2.7.0
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: cmd/n3dr/${{ env.n3dr-deliverable }}
asset_name: ${{ env.n3dr-deliverable }}
tag: ${{ github.ref }}
- name: Upload checksums
uses: svenstaro/upload-release-action@2.7.0
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt
Expand Down

0 comments on commit d0099c6

Please sign in to comment.