Skip to content

Commit b5e2e87

Browse files
committed
Fix
1 parent bcb525b commit b5e2e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autocreate-new-mintages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Set next year variable
2121
run: |
22-
$NEXT_YEAR=$(($(date +%Y) + 1))
22+
NEXT_YEAR=$(($(date +%Y) + 1))
2323
echo "NEXT_YEAR=$NEXT_YEAR" >> $GITHUB_ENV
2424
echo "BRANCH_NAME=add-mintages-$NEXT_YEAR" >> $GITHUB_ENV
2525

0 commit comments

Comments
 (0)