Skip to content

Commit

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

0 comments on commit 329a014

Please sign in to comment.