Skip to content

Commit

Permalink
Fix workflow typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vagabondHustler committed May 12, 2024
1 parent b22650f commit 04727ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/configs/version_control.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"current_version": "2.45.0",
"previous_version": "2.45.0dev1",
"last_stable_release": "2.45.0"
"current_version": "2.45.0dev1",
"previous_version": "2.45.0dev0",
"last_stable_release": "2.44.1"
}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ jobs:
- name: Create PR and Merge
run: |
$repositoryUrl = "https://github.com/vagabondHustler/subsearch/compare""
$fromToValue = {url_repository}/${{ needs.init.outputs.last_stable_release }}...${{ inputs.new_tags }}
$repositoryUrl = "https://github.com/vagabondHustler/subsearch/compare"
$fromToValue = "{url_repository}/${{ needs.init.outputs.last_stable_release }}...${{ inputs.new_tags }}"
$changelogTitle = "Release ${{ inputs.new_tags }}"
$changelogBody = "###### Full changelog: [${{ inputs.new_tags }}]($repositoryUrl/$fromToValue)"
git fetch --all
Expand Down
2 changes: 1 addition & 1 deletion src/subsearch/data/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.45.0"
__version__ = "2.45.0dev1"

0 comments on commit 04727ba

Please sign in to comment.