Skip to content

Commit fc32aa5

Browse files
authored
fix: bump version (#29)
1 parent 39f359c commit fc32aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- id: check
2323
name: Check if bi-weekly run
2424
run: |
25-
week=$(date +%V)
25+
week=$((10#$(date +%V)))
2626
if [ $((week % 2)) -eq 0 ]; then
2727
echo "should_run=true" >> $GITHUB_OUTPUT
2828
else

0 commit comments

Comments
 (0)