From 4ae6431fff7fdf6f529ae25e18d0e223dfd6a137 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Fri, 28 Apr 2023 15:12:07 +0800 Subject: [PATCH] build: fix pipeline config --- .github/workflows/main.yaml | 17 ++++++++--------- README.md | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index da65fc7..6fcf09b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -48,15 +48,14 @@ jobs: ./source/SharpGL/artifacts/ # Now that we know the build runs, create a release PR if needed. - steps: - - uses: google-github-actions/release-please-action@v3 - id: release - with: - token: ${{ secrets.GITHUB_TOKEN }} - release-type: simple - package-name: sharpgl - extra-files: | - source/SharpGL/SharedAssemblyInfo.cs + - uses: google-github-actions/release-please-action@v3 + id: release + with: + token: ${{ secrets.GITHUB_TOKEN }} + release-type: simple + package-name: sharpgl + extra-files: | + source/SharpGL/SharedAssemblyInfo.cs # If we are building a release (i.e. we've merged from release-please) then # we can deploy. diff --git a/README.md b/README.md index 356f715..c0fdd45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SharpGL -[![main](https://github.com/dwmkerr/sharpgl/actions/workflows/main.yaml/badge.svg)](https://github.com/dwmkerr/sharpgl/actions/workflows/main.yaml) [![codecov](https://codecov.io/gh/dwmkerr/sharpgl/branch/master/graph/badge.svg)](https://codecov.io/gh/dwmkerr/sharpgl) [![GuardRails badge](https://badges.guardrails.io/dwmkerr/sharpgl.svg?token=569f2cc38a148f785f3a38ef0bcf5f5964995d7ca625abfad9956b14bd06ad96&provider=github)](https://dashboard.guardrails.io/gh/dwmkerr/16780) +[![main](https://github.com/dwmkerr/sharpgl/actions/workflows/main.yaml/badge.svg)](https://github.com/dwmkerr/sharpgl/actions/workflows/main.yaml) [![codecov](https://codecov.io/gh/dwmkerr/sharpgl/branch/master/graph/badge.svg)](https://codecov.io/gh/dwmkerr/sharpgl) [![GuardRails badge](https://api.guardrails.io/v2/badges/16780?token=569f2cc38a148f785f3a38ef0bcf5f5964995d7ca625abfad9956b14bd06ad96)](https://dashboard.guardrails.io/gh/dwmkerr/repos/16780) Unlock the power of OpenGL in any .NET application. SharpGL wraps all modern OpenGL features, provides helpful wrappers for advanced objects like Vertex Buffer Arrays and shaders, as well as offering a powerful Scene Graph and utility library to help you build your projects.