Skip to content

Commit 36e3b0d

Browse files
update path to version file in workflow files
1 parent 1711a73 commit 36e3b0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
changelog2version \
3232
--changelog_file changelog.md \
33-
--version_file be_upy_blink/version.py \
33+
--version_file lcd_i2c/version.py \
3434
--version_file_type py \
3535
--debug
3636
python setup.py sdist

.github/workflows/test-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
changelog2version \
2929
--changelog_file changelog.md \
30-
--version_file be_upy_blink/version.py \
30+
--version_file lcd_i2c/version.py \
3131
--version_file_type py \
3232
--additional_version_info="-rc${{ github.run_number }}.dev${{ github.event.number }}" \
3333
--debug

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
changelog2version \
4646
--changelog_file changelog.md \
47-
--version_file be_upy_blink/version.py \
47+
--version_file lcd_i2c/version.py \
4848
--version_file_type py \
4949
--debug
5050
python setup.py sdist

0 commit comments

Comments
 (0)