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 5415567 commit 2d7e112
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 @@ -68,7 +68,7 @@ jobs:
- name: Generate version
id: version
run: |
VERSION="${{input.manifest_version_prefix}}.${{ env.COMMIT_COUNT }}"
VERSION="${{inputs.manifest_version_prefix}}.${{ env.COMMIT_COUNT }}"
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Set up Node.js environment
Expand Down

0 comments on commit 2d7e112

Please sign in to comment.