Skip to content

Commit a29aa75

Browse files
authored
Merge pull request #41 from reecetech/fixup
Fix: wrong version variable
2 parents 36b965a + f1dfe8f commit a29aa75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ jobs:
151151
with:
152152
draft: false
153153
prerelease: false
154-
tag_name: "${{ steps.version-increment.outputs.VERSION }}"
154+
tag_name: "${{ steps.version.outputs.version }}"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
uses: actions/checkout@v4
1414

1515
- name: Get next version
16-
uses: reecetech/version-increment@2024.4.3
16+
uses: reecetech/version-increment@2024.10.1
1717
id: version
1818
with:
1919
scheme: semver
@@ -34,7 +34,7 @@ use the API mode:
3434
3535
```yaml
3636
- name: Get next version
37-
uses: reecetech/version-increment@2024.4.3
37+
uses: reecetech/version-increment@2024.10.1
3838
id: version
3939
with:
4040
use_api: true

0 commit comments

Comments
 (0)