Skip to content

Commit

Permalink
BUGFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
hamukazu committed Jun 22, 2023
1 parent b4da755 commit 6f9089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
LAST_RELEASE=$(gh release view --json=tagName | jq -r '.tagName')
LAST_DATE=$(echo $LAST_RELEASE|sed 's/-.*$//')
LAST_COUNTER=$(echo $LAST_RELEASE|sed 's/.*-*//')
LAST_COUNTER=$(echo $LAST_RELEASE|sed 's/.*-//')
if [ "$LAST_DATE" = "$DATE" ]
then
echo "counter=$(($LAST_COUNTER +1))" >$GITHUB_OUTPUT
Expand Down

0 comments on commit 6f9089b

Please sign in to comment.