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 ede89cd commit 207737cCopy full SHA for 207737c
.github/workflows/ext.yml
@@ -31,10 +31,8 @@ jobs:
31
id: release-info
32
shell: bash
33
run: |
34
- # Generate timestamp-based release tag
35
- TIMESTAMP=$(date -u '+%Y.%m.%d.%H.%M')
36
- TAG="ext-pack-${TIMESTAMP}"
37
- TITLE="Extensions Pack for PHP v${TIMESTAMP}"
+ TAG="ext-pack"
+ TITLE="Extensions Pack for PHP"
38
39
echo "🏷️ Release tag: $TAG"
40
echo "📝 Release title: $TITLE"
0 commit comments