Skip to content

Commit 82bb973

Browse files
authored
FIxed dev-deployment script #71 (#73)
1 parent 92806ec commit 82bb973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Set up App Version
3030
run: |
31-
npm version ${{ tag }} --no-git-tag-version --allow-same-version
31+
npm version ${{ steps.get_latest_tag.outputs.tag }} --no-git-tag-version --allow-same-version
3232
npm version minor --no-git-tag-version --allow-same-version
3333
3434
- name: Generate .env

0 commit comments

Comments
 (0)