We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f359c commit fc32aa5Copy full SHA for fc32aa5
1 file changed
.github/workflows/bump-version.yml
@@ -22,7 +22,7 @@ jobs:
22
- id: check
23
name: Check if bi-weekly run
24
run: |
25
- week=$(date +%V)
+ week=$((10#$(date +%V)))
26
if [ $((week % 2)) -eq 0 ]; then
27
echo "should_run=true" >> $GITHUB_OUTPUT
28
else
0 commit comments