Skip to content

Commit

Permalink
ci: Fixed missing checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 16, 2024
1 parent b10002e commit ae550fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
needs: [publish]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Create release
run: |
gh release create ${{ github.ref_name }} \
run: gh release create ${{ github.ref_name }} \
--title "${{ github.ref_name }}" \
--generate-notes
env:
Expand Down

0 comments on commit ae550fd

Please sign in to comment.