Skip to content

Commit

Permalink
Fix beta release workflow and update package version
Browse files Browse the repository at this point in the history
- Fixes the beta release workflow by updating the target branch from "v3-alpha" to "v3-beta".
- Updates the package version in the "package.json" file from "3.1.0" to "3.1.4".
  • Loading branch information
realashleybailey committed Sep 17, 2023
1 parent faa9045 commit 6fe57e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
-H "Authorization: token $GITHUB_TOKEN" \
-d '{
"tag_name": "'${{ steps.get_current_version.outputs.current_version }}'",
"target_commitish": "v3-alpha",
"target_commitish": "v3-beta",
"name": "Pre-Release V'${{ steps.get_current_version.outputs.current_version }}'",
"body": "${{ steps.generate_release_notes.outputs.release_notes }}",
"prerelease": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Wizarr",
"version": "3.1.0"
"version": "3.1.4"
}

0 comments on commit 6fe57e0

Please sign in to comment.