Skip to content

Commit

Permalink
Merge pull request #44 from flatcar/t-lo/fix-github-action
Browse files Browse the repository at this point in the history
release.yaml: remove spurious checkout action to un-break CI
  • Loading branch information
t-lo committed Feb 13, 2024
2 parents ed74178 + 33809b6 commit d256cb4
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 d256cb4

Please sign in to comment.