Skip to content

Commit

Permalink
- Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Nov 20, 2024
1 parent 6fd6b20 commit 50eb6af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_release_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
- name: Upload NuGet package to Action output
uses: actions/upload-artifact@v4
with:
path: "*.nupkg"
path: "*.nupkg"
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Release
on:
release:
types: [ published ]
workflow_dispatch: ~

jobs:
publish:
Expand Down Expand Up @@ -75,4 +74,3 @@ jobs:
files: "*.nupkg"
repo-token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 50eb6af

Please sign in to comment.