Skip to content

Commit 0fe2c55

Browse files
committed
Final tweaks
1 parent c54f59d commit 0fe2c55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build and Publish
2-
on: [push, workflow_dispatch]
2+
on: [create, push, workflow_dispatch]
33

44
env:
55
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
@@ -64,8 +64,6 @@ jobs:
6464
6565
if [ $branch == 'release' ]; then
6666
branch_version="${version}+${git_hash}"
67-
elif [ $branch == 'dev' ]; then
68-
branch_version="9.0.0-pre.${jdate}+${git_hash}"
6967
else
7068
branch_version="${version}-pre.${jdate}+${git_hash}"
7169
fi

0 commit comments

Comments
 (0)