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 804c30f commit bcb525bCopy full SHA for bcb525b
.github/workflows/autocreate-new-mintages.yml
@@ -19,7 +19,8 @@ jobs:
19
20
- name: Set next year variable
21
run: |
22
- echo "NEXT_YEAR=$(($(date +%Y) + 1))" >> $GITHUB_ENV
+ $NEXT_YEAR=$(($(date +%Y) + 1))
23
+ echo "NEXT_YEAR=$NEXT_YEAR" >> $GITHUB_ENV
24
echo "BRANCH_NAME=add-mintages-$NEXT_YEAR" >> $GITHUB_ENV
25
26
- name: Create or update branch
0 commit comments