Skip to content

Publish

Publish #1

Workflow file for this run

name: Publish
on:
workflow_dispatch:
concurrency:
group: publish-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
release-build:
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/gradle-run
with:
steps: |-
test
build
- uses: ./.github/actions/gradle-run
with:
steps: |-
publish
env:
JB_TOKEN: ${{ JB_TOKEN }}

Check failure on line 32 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 32, Col: 21): Unrecognized named-value: 'JB_TOKEN'. Located at position 1 within expression: JB_TOKEN