Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from admin-ch/feature/prerealease-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld authored Dec 8, 2021
2 parents a63c443 + 1550da5 commit b451444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
prerelease: ${{ contains(github.ref, 'prerelease') }}
files: |
ch-covidcertificate-backend-transformation/ch-covidcertificate-backend-transformation-ws/target/ch-covidcertificate-backend-transformation-ws.jar
ch-covidcertificate-backend-transformation/ch-covidcertificate-backend-transformation-ws/target/ch-covidcertificate-backend-transformation-ws.jar.sha256

0 comments on commit b451444

Please sign in to comment.