Skip to content

Expand comments on repeated terms in rdf.proto (#9) #18

Expand comments on repeated terms in rdf.proto (#9)

Expand comments on repeated terms in rdf.proto (#9) #18

Workflow file for this run

name: "pre-release"
on:
push:
branches:
- main
jobs:
pre-release:
name: "Pre-release"
runs-on: "ubuntu-latest"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: ncipollo/[email protected]
with:
allowUpdates: true
prerelease: true
draft: false
omitDraftDuringUpdate: false
makeLatest: false
tag: dev
name: "Development build"
artifacts: '*.proto'
generateReleaseNotes: true