Skip to content

Merge attestation and attestation_with_dal contents #49

Merge attestation and attestation_with_dal contents

Merge attestation and attestation_with_dal contents #49

Workflow file for this run

name: Publish on NuGet
on:
push:
branches: [ master ]
jobs:
publish:
name: Build and publish package
runs-on: ubuntu-latest
environment:
name: nuget
url: https://github.com
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.PAT }}
- name: Build and publish package if version changed
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: Netezos/Netezos.csproj
PACKAGE_NAME: Netezos
NUGET_KEY: ${{ secrets.NUGET_KEY }}