We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb525b commit b5e2e87Copy full SHA for b5e2e87
.github/workflows/autocreate-new-mintages.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Set next year variable
21
run: |
22
- $NEXT_YEAR=$(($(date +%Y) + 1))
+ NEXT_YEAR=$(($(date +%Y) + 1))
23
echo "NEXT_YEAR=$NEXT_YEAR" >> $GITHUB_ENV
24
echo "BRANCH_NAME=add-mintages-$NEXT_YEAR" >> $GITHUB_ENV
25
0 commit comments