Skip to content

Version 2.0.6

Version 2.0.6 #46

Workflow file for this run

name: Publish packages to OSSRH
on:
push:
branches:
- master
- version-[0-9].[0-9]+.x
tags:
- v[0-9].[0-9]+.[0-9]+
pull_request:
jobs:
publish:
uses: wavesplatform/protobuf-schemas/.github/workflows/mvn-publish.yml@5b4331ab892b44ad1fdd71862654421482dcd49c

Check failure on line 14 in .github/workflows/mvn-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mvn-publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/mvn-publish.yml" -> "wavesplatform/protobuf-schemas/.github/workflows/mvn-publish.yml@5b4331ab892b44ad1fdd71862654421482dcd49c" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
github-ref-name: ${{ github.ref_name }}
github-event-number: ${{ github.event.number }}
secrets:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
OSSRH_GPG_KEY: ${{ secrets.OSSRH_GPG_KEY }}
OSSRH_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_PASSPHRASE }}