Skip to content

Update pypa/gh-action-pypi-publish digest to 3fbcf7c #406

Update pypa/gh-action-pypi-publish digest to 3fbcf7c

Update pypa/gh-action-pypi-publish digest to 3fbcf7c #406

- name: Check bundle version matches git tag
uses: sparta-science/[email protected]
- uses: sparta-science/check-version-matches-tag@v1
with:
plist-path: MyApp/Info.plist
name: 'Check bundle version matches git tag'

Check failure on line 8 in .github/workflows/check-version-matches-tag.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-version-matches-tag.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
description: 'To build release based on tag and verify version has been set in Info.plist'
inputs:
plist-path:
description: 'path to Info.plist file containing CFBundleShortVersionString'
required: true
runs:
using: composite
steps:
- name: Verify plist version
run: ${{ github.action_path }}/check-version-matches-tag.sh ${{ inputs.plist-path }}
shell: bash
branding:
icon: copy
color: purple