mirror of
https://github.com/progsource/maddy.git
synced 2026-03-26 00:10:37 +01:00
Compare commits
1 Commits
1.4.0
...
261e75f22f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
261e75f22f |
2
.github/workflows/create-release-package.yml
vendored
2
.github/workflows/create-release-package.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
id: tag-message
|
id: tag-message
|
||||||
run: |
|
run: |
|
||||||
TAG_NAME=${GITHUB_REF#refs/tags/}
|
TAG_NAME=${GITHUB_REF#refs/tags/}
|
||||||
TAG_MESSAGE=$(git for-each-ref refs/tags/$TAG_NAME --format='%(contents)')
|
TAG_MESSAGE=$(git tag -l --format='%(contents)' $TAG_NAME)
|
||||||
echo "message<<EOF" >> $GITHUB_OUTPUT
|
echo "message<<EOF" >> $GITHUB_OUTPUT
|
||||||
echo "$TAG_MESSAGE" >> $GITHUB_OUTPUT
|
echo "$TAG_MESSAGE" >> $GITHUB_OUTPUT
|
||||||
echo "EOF" >> $GITHUB_OUTPUT
|
echo "EOF" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user