Skip to content

Validation intoRDF #108

Validation intoRDF

Validation intoRDF #108

name: 🎉 Release Please
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release_please:
name: 🔖 Release Please
runs-on: ubuntu-latest
steps:
- name: Create Release
id: release
uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: intordf
bootstrap-sha: 14982d47e93fcb692fe9dacc438a56fc0748f315
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"chore", "section":"Other","hidden":false},
{"type":"test", "section":"Other","hidden":false},
{"type":"ci", "section":"CI/CD","hidden":false},
{"type":"perf", "section":"Optimalization","hidden":false},
{"type":"refactor", "section":"Other","hidden":false}]
outputs:
release_created: ${{ steps.release.outputs.release_created }}
deploy:
name: Deploy
needs: [release_please]
if: ${{ needs.release_please.outputs.release_created }}
uses: equinor/into-rdf/.github/workflows/deploy.yml@main
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}