Skip to content

Commit

Permalink
Simplify publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Feb 7, 2025
1 parent d69b823 commit 0007a0c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,5 @@ jobs:
- name: 🙏 build
run: dotnet build -bl -p:version=${GITHUB_REF#refs/*/v}

- name: 📦 binlog
uses: actions/upload-artifact@v4
if: always()
with:
name: binlog-build-${{ github.run_number }}
path: msbuild.binlog

- name: 🧪 test
uses: ./.github/workflows/test

- name: 📦 binlog
uses: actions/upload-artifact@v4
if: always()
with:
name: binlog-pack-${{ github.run_number }}
path: msbuild.binlog

- name: 🚀 nuget
run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 comments on commit 0007a0c

Please sign in to comment.