We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9de6d commit 35ea652Copy full SHA for 35ea652
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy Strapi & Next.js via SSH to OCI
3
on:
4
push:
5
branches:
6
- - test
+ - main
7
8
jobs:
9
deploy:
.github/workflows/release.yml
@@ -92,6 +92,7 @@ jobs:
92
cat > release_notes.md << 'NOTES_EOF'
93
## 📦 Release Information
94
**Tag/Name:** `${{ steps.set_names.outputs.tag_name }}`
95
+ **Date:** $(date -u +"%Y-%m-%d %H:%M:%S UTC")
96
**Author:** ${{ github.actor }}
97
**Repository:** [${{ github.repository }}](https://github.com/${{ github.repository }})
98
**Previous Tag:** `${{ steps.prev_tag.outputs.previous_tag }}`
0 commit comments