Skip to content

Commit

Permalink
Update ci with reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Feb 17, 2024
1 parent c869c5a commit 33462c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

22 changes: 3 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@ on:

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Install .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Build, Test, Pack, Publish
shell: bash
run: |
dotnet tool install -g dotnet-releaser --configfile .github/workflows/nuget_org_only.config
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml
uses: xoofx/.github/.github/workflows/dotnet.yml@main
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
7 changes: 0 additions & 7 deletions .github/workflows/nuget_org_only.config

This file was deleted.

0 comments on commit 33462c4

Please sign in to comment.