Skip to content

Push a test workflow #1

Push a test workflow

Push a test workflow #1

Workflow file for this run

name: Publish the Java Package to Maven Central Repository and upload tool to GitHub
on:
push:
branches:
jobs:
release:
runs-on: ubuntu-latest
- name: Test if we can see the secring file

Check failure on line 10 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
run: |
echo "${{ secrets.SIGNING_SECRET_KEY_RING }}" | base64 -d > ~/.gradle/secring.gpg
ls -al ~/.gradle/secring.gpg