Skip to content

Add maven set version github action (#24) #19

Add maven set version github action (#24)

Add maven set version github action (#24) #19

name: Build snapshot version and upload to Maven Central
on:
push:
branches: [ "main" ]
jobs:
call-snapshot-job:
uses: project-ncl/shared-github-actions/.github/workflows/maven-snapshot.yml@v0.0.10

Check warning on line 9 in .github/workflows/maven-snapshot.yml

View workflow run for this annotation

GitHub Actions / Build snapshot version and upload to Maven Central

Workflow syntax warning

In .github/workflows/maven-snapshot.yml (Line: 9, Col: 13): Error from called workflow project-ncl/shared-github-actions/.github/workflows/maven-snapshot.yml@v0.0.10 (Line: 44, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
project_name: 'project-ncl/bifrost-upload-client'
secrets: inherit