Browse Source

remove unused id

pull/446/head
Amy Galles 2 months ago
parent
commit
d5461918fb
No known key found for this signature in database
GPG Key ID: 445BCEEB6E92BD
  1. 1
      .github/workflows/_publish-mobile-github-release.yml

1
.github/workflows/_publish-mobile-github-release.yml

@ -281,7 +281,6 @@ jobs: @@ -281,7 +281,6 @@ jobs:
fi
- name: Create workflow state artifact
id: create_workflow_state_artifact
run: |
if [ -f "release-info.json" ]; then
echo "release-info.json already exists, removing it"

Loading…
Cancel
Save