Skip to content

Commit

Permalink
Fix #21, #25
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Oct 27, 2021
1 parent d8ed93b commit e928fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -z "$INPUT_PROJECT" ]; then INPUT_PROJECT=$(echo "$INPUT_REPO" | cut -d / -
# Only show last tag.
if istrue "$INPUT_ONLYLASTTAG"; then
INPUT_DUETAG=""
INPUT_SINCETAG=$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")
INPUT_SINCETAG=$(git describe --abbrev=0 --tags $(git rev-list --tags --skip=1 --max-count=1))
fi

# Build arguments.
Expand Down

0 comments on commit e928fd0

Please sign in to comment.