Skip to content

Commit

Permalink
Try removing -dev from package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia committed Oct 12, 2023
1 parent c27b7c2 commit 67ac566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron_pre_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Pack and push
run: |
tag=$(git describe --tags --abbrev=0)
version="$tag-$(git rev-list --count HEAD)-dev"
version="$tag-$(git rev-list --count HEAD)"
dotnet build -c Release
dotnet pack -c Release /p:Version=$version
dotnet nuget push ./src/**/bin/Release/Murder.Bang.*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${NUGET_TOKEN}
Expand Down

0 comments on commit 67ac566

Please sign in to comment.