Skip to content

Commit

Permalink
bugfix - attempt to fix release GitHub Action error
Browse files Browse the repository at this point in the history
```
[main 32b1b8b] Cut Release 'v2024.5.23'
 3 files changed, 12 insertions(+), 4 deletions(-)
 delete mode 100644 .changes/unreleased/Bugfix-20240523-114929.yaml
 create mode 100644 .changes/v2024.5.23.md
To https://github.com/OpsLevel/cli
 ! [rejected]        HEAD -> main (non-fast-forward)
error: failed to push some refs to 'https://github.com/OpsLevel/cli'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. If you want to integrate the remote changes,
hint: use 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Error: Process completed with exit code 1.

```
  • Loading branch information
Taimoor Ahmad authored May 23, 2024
1 parent 5497ac2 commit 4dad709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
gh release delete ${{ steps.version.outputs.RELEASE_VERSION }} || true
- name: Ensure Changelog
run: |
git pull --rebase
git config user.name "OpsLevel Bots"
git config user.email "[email protected]"
if test -f ./.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md
Expand Down

0 comments on commit 4dad709

Please sign in to comment.