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 2ff1d95 commit 02db007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/v${{ needs.check_version.outputs.version }}',
ref: 'refs/tags/1.0.11',
sha: context.sha
})
Expand Down

0 comments on commit 02db007

Please sign in to comment.