Skip to content

#1015 ci delete deprecated set output #1273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: version
run: |
python -m pip install bump2version
echo -n $next_tag >> $GITHUB_OUTPUT
echo -n "next_tag={next_tag}" >> $GITHUB_OUTPUT
bump2version --list ${{ github.event.inputs.versionName }} | grep new_version | sed -r s,"^.*=",,
- name: Create pull request into prod
uses: peter-evans/create-pull-request@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: extract_version
run: |
python -m pip install bump2version
echo -n $version >> $GITHUB_OUTPUT
echo -n "version={version}" >> $GITHUB_OUTPUT
bump2version --dry-run --list patch | grep ^current_version | sed -r s,"^.*=",,
- name: Create Release
id: create_release
Expand Down