Skip to content

Commit

Permalink
Update make-dapp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse authored Sep 8, 2024
1 parent d251d17 commit e21fea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-dapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
"description": "${{ inputs.manifest_description }}",
"icon": "${{ inputs.manifest_icon }}",
"url": "${{ inputs.manifest_url }}",
"version": "${VERSION}",
"version": "${{ env.VERSION }}",
"api_version": "${{ inputs.manifest_api_version }}",
"min_api_version": "${{ inputs.manifest_min_api_version }}",
"guid": "${{ inputs.manifest_guid }}"
Expand Down

0 comments on commit e21fea1

Please sign in to comment.