Skip to content

Commit

Permalink
removing beta suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegZee committed Feb 23, 2024
1 parent 0704905 commit d8318c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
VER="${GITHUB_REF_NAME:1}.${GITHUB_RUN_NUMBER}"
echo "VER=$VER" >> $GITHUB_ENV
- name: Build and test
run: dotnet fsi build.fsx -- -- build test
run: dotnet fsi build.fsx -- -- -d SUFFIX= build test -ll Diag
- name: Publish
run: dotnet fsi build.fsx -- -- pack push
run: dotnet fsi build.fsx -- -- -d SUFFIX= pack push -ll Diag
env:
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit d8318c0

Please sign in to comment.