Skip to content

fix: dotnet-tools.json didn't get updated properly during --dry-run #42

fix: dotnet-tools.json didn't get updated properly during --dry-run

fix: dotnet-tools.json didn't get updated properly during --dry-run #42

Workflow file for this run

name: push packages
on:
push:
tags:
- v**
jobs:
push-packages:
runs-on: ubuntu-latest
environment: Push package
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x.x
- name: Push NuGet Packages
run: dotnet run -- push --parallel
working-directory: tools/Build
env:
API_ACCESS_TOKEN: ${{ secrets.API_ACCESS_TOKEN }}