Skip to content

Commit b100792

Browse files
authored
Update libgit2sharp.yml
adjust spaces
1 parent 287d6a8 commit b100792

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/libgit2sharp.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ jobs:
2828
dotnet pack --include-symbols -c Release LibGit2Sharp.sln
2929
ls ./bin/Packages/Release/
3030
- name: Create Release
31-
id: create_release
32-
uses: actions/create-release@v1
33-
env:
31+
id: create_release
32+
uses: actions/create-release@v1
33+
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
with:
35+
with:
3636
tag_name: ${{ github.ref }}
3737
release_name: Release ${{ github.ref }}
3838
draft: true
3939
prerelease: true
40-
- name: Upload Release Asset
41-
id: upload-release-asset
42-
uses: actions/upload-release-asset@v1
43-
env:
40+
- name: Upload Release Asset
41+
id: upload-release-asset
42+
uses: actions/upload-release-asset@v1
43+
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
with:
45+
with:
4646
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
4747
asset_path: ./bin/Packages/Release/LibGit2Sharp.0.27.0-preview-${{ github.ref }}.nupkg
4848
asset_name: LibGit2Sharp.0.27.0-preview-${{ github.ref }}.nupkg

0 commit comments

Comments
 (0)