Skip to content

Commit 56d57d6

Browse files
committed
adapted dev versioning
1 parent b66b97b commit 56d57d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-autopublish.yml

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

2727
- name: Determine version
2828
id: version
29-
run: echo "::set-output name=version::0.$((${GITHUB_RUN_NUMBER} / 10)).$((${GITHUB_RUN_NUMBER} % 10))"
29+
run: echo "::set-output name=version::$((GITHUB_RUN_NUMBER / 100)).$(((GITHUB_RUN_NUMBER % 100) / 10)).$((GITHUB_RUN_NUMBER % 10))"
3030

3131
- name: Get Project Version
3232
id: base_version

0 commit comments

Comments
 (0)