We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b311faf commit 5d80cfdCopy full SHA for 5d80cfd
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- - 'feature/**'
+ - dx-rollback
8
pull_request:
9
10
@@ -270,5 +270,5 @@ jobs:
270
run: |
271
gh release create "$TAG_NAME" \
272
--title "Release $TAG_NAME" \
273
- --notes "Automated build from commit $COMMIT_HASH" \
+ --notes "Automated build from commit $COMMIT_HASH on branch $BRANCH_NAME" \
274
artifact/*
0 commit comments