Skip to content

Commit

Permalink
Fix gthub env
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jul 5, 2023
1 parent 329a014 commit 2864944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monthly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Get tag name
id: tag_name
run: echo "{tag_name}={$(date +'%Y.%m')}" >> $GITHUB_STATE
run: echo "tag_name=$(date +'%Y.%m')" >> "$GITHUB_ENV"
- name: log tag name
run: echo ${{ env.tag_name }}
- uses: octokit/[email protected]
Expand Down

0 comments on commit 2864944

Please sign in to comment.