Skip to content

Commit

Permalink
Fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva committed May 17, 2024
1 parent 2271029 commit b83a217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down Expand Up @@ -48,7 +51,7 @@ jobs:
with:
name: ${{ steps.version.outputs.version }}
body: |
Docker image: `ghcr.io/oviva-ag/ehealthid-relying-party:v${{ steps.version.outputs.version }}`
The spice must flow!
files: |
parser/dist/spicegen_Darwin_arm64.tar.gz
parser/dist/spicegen_Darwin_x86_64.tar.gz
Expand All @@ -61,6 +64,3 @@ jobs:
parser/dist/spicegen_linux_amd64_v1/spicegen
parser/dist/spicegen_linux_arm64/spicegen
permissions:
contents: write
packages: write

0 comments on commit b83a217

Please sign in to comment.