We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54f59d commit 0fe2c55Copy full SHA for 0fe2c55
.github/workflows/build-publish.yml
@@ -1,5 +1,5 @@
1
name: Build and Publish
2
-on: [push, workflow_dispatch]
+on: [create, push, workflow_dispatch]
3
4
env:
5
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
@@ -64,8 +64,6 @@ jobs:
64
65
if [ $branch == 'release' ]; then
66
branch_version="${version}+${git_hash}"
67
- elif [ $branch == 'dev' ]; then
68
- branch_version="9.0.0-pre.${jdate}+${git_hash}"
69
else
70
branch_version="${version}-pre.${jdate}+${git_hash}"
71
fi
0 commit comments