Skip to content

Add links to RDF-STaX in .proto file #11

Add links to RDF-STaX in .proto file

Add links to RDF-STaX in .proto file #11

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@v2
- uses: "marvinpinto/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "dev"
prerelease: true
title: "Development build"
files: '*.proto'