Skip to content

Commit

Permalink
... ok, let's stop using github packages altogether then
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixill committed May 21, 2021
1 parent 827d9bb commit 3ea930d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
- name: Test the package
run: dotnet test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ github.event.release.tag_name }}
- name: Pack the thing up
run: |
cd CS-NixLib/
dotnet pack -o out
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ github.event.release.tag_name }}
- name: Push to github release
uses: actions/[email protected]
Expand Down
12 changes: 0 additions & 12 deletions CS-NixLib/nuget.config

This file was deleted.

0 comments on commit 3ea930d

Please sign in to comment.