aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAdam Janovsky2022-12-14 13:42:47 +0100
committerAdam Janovsky2022-12-14 13:42:47 +0100
commit8af0d58b1fa763aa3fa923b08bacac1c6319fdc1 (patch)
tree377ce1be12c4a6214a3351c24a81d15a36bcb02d /.github/workflows
parent7f5c7ba98c651bbf805546fb97e130b849298d89 (diff)
downloadsec-certs-8af0d58b1fa763aa3fa923b08bacac1c6319fdc1.tar.gz
sec-certs-8af0d58b1fa763aa3fa923b08bacac1c6319fdc1.tar.zst
sec-certs-8af0d58b1fa763aa3fa923b08bacac1c6319fdc1.zip
delete draft release action (not used)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/draft_release.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml
deleted file mode 100644
index 55c6a38a..00000000
--- a/.github/workflows/draft_release.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: Create release draft
-
-on:
- push:
- tags:
- - "*.*.*"
-
-jobs:
- draft-release:
- runs-on: ubuntu-latest
- if: (github.repository == 'crocs-muni/sec-certs') && (github.ref == 'refs/heads/main')
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- - name: Release
- uses: softprops/action-gh-release@v1
- with:
- draft: true
- generate_release_notes: true