Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Release: fix issues with commit #474

Merged
merged 1 commit into from
Jul 10, 2023
Merged
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
7 changes: 0 additions & 7 deletions .github/workflows/release_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
run: |
make release-all

- name: "Commit the new changes"
run: |
export KEY=$(date +%y%m%d)
git add .
git commit -m "NON-issue: bump version on $KEY"


Comment on lines -51 to -57
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the issue?

Copy link
Collaborator Author

@eloycoto eloycoto Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are no files to commit, so it fails.

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down
Loading