Skip to content

Commit

Permalink
Merge pull request #41 from reecetech/fixup
Browse files Browse the repository at this point in the history
Fix: wrong version variable
  • Loading branch information
ps-jay authored Oct 13, 2024
2 parents 36b965a + f1dfe8f commit a29aa75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ jobs:
with:
draft: false
prerelease: false
tag_name: "${{ steps.version-increment.outputs.VERSION }}"
tag_name: "${{ steps.version.outputs.version }}"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
uses: actions/checkout@v4

- name: Get next version
uses: reecetech/version-increment@2024.4.3
uses: reecetech/version-increment@2024.10.1
id: version
with:
scheme: semver
Expand All @@ -34,7 +34,7 @@ use the API mode:
```yaml
- name: Get next version
uses: reecetech/version-increment@2024.4.3
uses: reecetech/version-increment@2024.10.1
id: version
with:
use_api: true
Expand Down

0 comments on commit a29aa75

Please sign in to comment.