Skip to content

Commit fac93b6

Browse files
committed
Remove beta suffix for packages done from commits to master
1 parent 91ec0ed commit fac93b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878

7979
- name: pack binary
8080
working-directory: ./src
81-
run: dotnet pack ./ExpressionShortcuts/ExpressionShortcuts.csproj -c Release /p:version=${{ env.VERSION }}.${{ github.run_number }}-beta
81+
run: dotnet pack ./ExpressionShortcuts/ExpressionShortcuts.csproj -c Release /p:version=${{ env.VERSION }}.${{ github.run_number }}
8282

8383
- name: pack code
8484
working-directory: ./src
85-
run: dotnet pack ./ExpressionShortcuts/ExpressionShortcuts.Source.csproj /p:version=${{ env.VERSION }}.${{ github.run_number }}-beta
85+
run: dotnet pack ./ExpressionShortcuts/ExpressionShortcuts.Source.csproj /p:version=${{ env.VERSION }}.${{ github.run_number }}
8686

8787
- name: publish
8888
working-directory: ./src

0 commit comments

Comments
 (0)