Skip to content

Commit 35ea652

Browse files
committed
extended support rel
1 parent 1d9de6d commit 35ea652

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Strapi & Next.js via SSH to OCI
33
on:
44
push:
55
branches:
6-
- test
6+
- main
77

88
jobs:
99
deploy:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
cat > release_notes.md << 'NOTES_EOF'
9393
## 📦 Release Information
9494
**Tag/Name:** `${{ steps.set_names.outputs.tag_name }}`
95+
**Date:** $(date -u +"%Y-%m-%d %H:%M:%S UTC")
9596
**Author:** ${{ github.actor }}
9697
**Repository:** [${{ github.repository }}](https://github.com/${{ github.repository }})
9798
**Previous Tag:** `${{ steps.prev_tag.outputs.previous_tag }}`

0 commit comments

Comments
 (0)