-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e79eaaf
commit 9feda16
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ env: | |
COMMIT_EMAIL: [email protected] | ||
DEFAULT_PYTHON_VERSION: "3.10" | ||
GITHUB_TOKEN: ${{ secrets.RASASDK_GITHUB_TOKEN }} | ||
INPUT_VERSION: ${{ github.event.inputs.version }} | ||
|
||
jobs: | ||
prepare-the-release: | ||
|
@@ -85,8 +86,6 @@ jobs: | |
git config user.name "rasabot" | ||
git config user.email "[email protected]" | ||
poetry run python scripts/release.py --next_version $INPUT_VERSION | ||
env: | ||
INPUT_VERSION: ${{ github.event.inputs.version }} | ||
- name: Create pull request | ||
uses: devops-infra/action-pull-request@e66e2ba93519dc63b9884a26e620e2fd0cffab2c # v0.5.5 | ||
|
@@ -96,8 +95,6 @@ jobs: | |
target_branch: ${{ env.base_branch }} | ||
body: "**Automated pull request for Rasa SDK release.**" | ||
title: Release ${{ github.event.inputs.version }} | ||
env: | ||
INPUT_VERSION: ${{ github.event.inputs.version }} | ||
|
||
if_merged_tag_release: | ||
name: Tag Release Version | ||
|