Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build system: need to capture release NuGet packages in Github Release #62

Open
Aaronontheweb opened this issue Jan 7, 2022 · 0 comments
Labels
build-system CI/CD support good first issue Good for newcomers releases NuGet releases of AkkatectureAS

Comments

@Aaronontheweb
Copy link
Contributor

- name: release
uses: actions/create-release@v1
id: create_release
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}
- we should modify this to capture all of the .nupkg and .snupkg output produced by dotnet pack for each release.

@Aaronontheweb Aaronontheweb added good first issue Good for newcomers build-system CI/CD support releases NuGet releases of AkkatectureAS labels Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-system CI/CD support good first issue Good for newcomers releases NuGet releases of AkkatectureAS
Projects
None yet
Development

No branches or pull requests

1 participant