Skip to content

Commit 5d1b248

Browse files
authored
revert: disable downstream-tagging for dynamic-localpv-provisioner repo (#35)
Signed-off-by: Niladri Halder <[email protected]>
1 parent 1142fa3 commit 5d1b248

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -123,23 +123,3 @@ jobs:
123123
exit-code: '1'
124124
ignore-unfixed: true
125125
severity: 'CRITICAL,HIGH'
126-
127-
downstream-tagging:
128-
runs-on: ubuntu-latest
129-
# since trivy already depends on linux-utils, its not included here
130-
needs: ['trivy']
131-
steps:
132-
- name: Downstream tagging
133-
uses: akhilerm/[email protected]
134-
with:
135-
tag-name: ${{ github.ref }}
136-
body: 'Release created from linux-utils'
137-
# Disable downstream tagging for cStor and Jiva, as their latest tagged
138-
# versions have diverged from that of dynamic-localpv
139-
# repo: |
140-
# jiva
141-
# libcstor
142-
repo: |
143-
dynamic-localpv-provisioner
144-
# GR_TOKEN secret is the access token to perform github releases
145-
github-token: ${{ secrets.GR_TOKEN }}

0 commit comments

Comments
 (0)