Skip to content

Commit

Permalink
build: fix pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Apr 28, 2023
1 parent 21b7b6e commit 4ae6431
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 4ae6431

Please sign in to comment.