Skip to content

Commit

Permalink
fix: Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
rradczewski committed May 29, 2024
1 parent 5e9f1fa commit 7d9fb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ runs:
image: 'docker://ghcr.io/crftd-tech/trunkver:1.0.0-20240529215144-gc70154a-9293590172-1'
entrypoint: /bin/sh
args:
- -eu
- -xeu
- -o
- pipefail
- -c
- echo trunkver=$(/trunkver generate "--prerelease=${{ inputs.prerelease }}" "${{ inputs.baseVersion }}") | tee $GITHUB_OUTPUT
- /trunkver generate "--prerelease=${{ inputs.prerelease }}" "--output=${GITHUB_OUTPUT}" "--format=trunkver={{ . }}" "${{ inputs.baseVersion }}"

0 comments on commit 7d9fb97

Please sign in to comment.