Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Hugo do Nascimento committed Apr 17, 2023
1 parent da1d713 commit a0b441e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ jobs:
const parts = version.split('-');
const isPreRelease = parts.length > 1;
console.log(isPreRelease);
github.rest.repos.createRelease({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit a0b441e

Please sign in to comment.