Skip to content

Commit

Permalink
Turns out github wont trigger release workflows from automated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Jan 19, 2024
1 parent 06524e2 commit 6aee71b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ jobs:
with:
asset_paths: '["./dist/*.zip"]'
- name: Publish To Nuget
run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Strem.App
max-versions-to-keep: 5
installers-regex: '\.zip$'
token: ${{ secrets.WINGET_TOKEN }}
14 changes: 0 additions & 14 deletions .github/workflows/winget-releaser.yml

This file was deleted.

0 comments on commit 6aee71b

Please sign in to comment.