Skip to content

Create the release artifacts #1

Create the release artifacts

Create the release artifacts #1

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
# The "release" release is built manually from a given git sha and it puts the artifacts
# that are meant to be used currently on a permalink.
name: Create the release artifacts
on:
workflow_dispatch:
inputs:
release_git_sha:
type: string
description: The git sha of the commit from where the current release will be built from.
required: true
jobs:
call-publish-base:
uses: ./.github/workflows/gradle-publish-base.yml

Check failure on line 23 in .github/workflows/gradle-publish-release.yml

View workflow run for this annotation

GitHub Actions / Create the release artifacts

Invalid workflow file

The workflow is not valid. In .github/workflows/gradle-publish-release.yml (Line: 23, Col: 11): Error from called workflow google/watchface/.github/workflows/gradle-publish-base.yml@c8e66350d9b974645acb5b907daeacbb3617349d (Line: 28, Col: 14): A mapping was not expected
with:
release_git_sha: '${{ inputs.release_git_sha }}'
release_name: 'release'