Skip to content

Commit

Permalink
Update build-kernels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enter-dragon authored Aug 11, 2023
1 parent e24a432 commit 43a4f74
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build-kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ jobs:
with:
fetch-depth: 1

- name: Deleting old dev release
uses: dev-drprasad/[email protected]
with:
delete_release: false
tag_name: dev-build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

#- name: Deleting old dev release
# uses: dev-drprasad/[email protected]
# with:
# delete_release: false
# tag_name: dev-build
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
################################################################# TODO: check if should enable

- name: Generating release tag and setting prerelease + name
id: tag
run: |
Expand Down

0 comments on commit 43a4f74

Please sign in to comment.