ELF refactoring with breaking changes #212
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
paths-ignore: | |
- 'doc/**' | |
- 'changelog.md' | |
- 'readme.md' | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: "Build, Test, Pack and Publish" | |
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main | |
with: | |
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }} |