Skip to content

Commit

Permalink
release.yaml: remove spurious checkout action to un-break CI
Browse files Browse the repository at this point in the history
The "delete tag" action step included a spurious reference to the
checkout action which lead to CI breakage:

  Error: .github#L1
  a step cannot have both the `uses` and `run` keys

This change fixes that issue.

Signed-off-by: Thilo Fromm <[email protected]>
  • Loading branch information
t-lo committed Feb 13, 2024
1 parent ed74178 commit 33809b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: release_build.sh

- name: delete previous latest release
uses: actions/checkout@v4
run: gh release delete latest --cleanup-tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 33809b6

Please sign in to comment.