Skip to content

Commit

Permalink
Merge pull request #5188 from mozilla/MNTOR-3630
Browse files Browse the repository at this point in the history
MNTOR-3630: tag name cannot be alphanumeric
  • Loading branch information
mansaj authored Oct 16, 2024
2 parents 6209235 + 6a58587 commit 8f4e450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_cron_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/releases \
-d '{
"tag_name": "pre-release-$(date +%Y%m%d)",
"tag_name": "$(date +%Y%m%d)",
"target_commitish": "${{ env.COMMIT_SHA }}",
"name": "Pre-release $(date +%Y-%m-%d)",
"body": "Daily pre-release for $(date +%Y-%m-%d).",
Expand Down

0 comments on commit 8f4e450

Please sign in to comment.