Skip to content

Publish Release to Play Store #1

Publish Release to Play Store

Publish Release to Play Store #1

Workflow file for this run

name: Generated APK AAB (Upload - Create Artifact To Github Action)
env:
# The name of the main module repository
main_project_module: app
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- id: fetchLatestRelease
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: ${{ github.repository }}
excludes: prerelease, draft
token: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare Release Artifact
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'dsaltares/godot-wild-jam-18'
version: ${{ steps.keydb.fetchLatestRelease.release }}
file: '*.aab'
token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Android Release to Play Store
uses: r0adkll/upload-google-play@v1.1.3
with:
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}

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

View workflow run for this annotation

GitHub Actions / Generated APK AAB (Upload - Create Artifact To Github Action)

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 32, Col: 40): Unrecognized named-value: 'SERVICE_ACCOUNT_JSON'. Located at position 1 within expression: SERVICE_ACCOUNT_JSON
packageName: me.rosuh.easywatermark
releaseFiles: '*.aab'
track: production
status: inProgress
mappingFile: app/build/outputs/mapping/release/mapping.txt