Skip to content

Commit

Permalink
Create test release
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jul 5, 2023
1 parent 29914e3 commit 88b6d1b
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_ENV"
run: echo "tag_name=$(date +'%Y.%m')-test" >> "$GITHUB_ENV"
- name: log tag name
run: echo ${{ env.tag_name }}
- uses: octokit/[email protected]
Expand Down

0 comments on commit 88b6d1b

Please sign in to comment.