Skip to content

Commit 31d7b87

Browse files
shubham14bajpaiKiran Mova
authored andcommitted
feat(actions): add downstream tagging action
- remove travis.yml as cleanup Signed-off-by: shubham <[email protected]>
1 parent 1c5f6c3 commit 31d7b87

File tree

2 files changed

+14
-106
lines changed

2 files changed

+14
-106
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,17 @@ jobs:
9898
DBUILD_DATE=${{ steps.date.outputs.DATE }}
9999
DBUILD_REPO_URL=https://github.com/openebs/istgt
100100
DBUILD_SITE_URL=https://openebs.io
101+
102+
downstream-tagging:
103+
runs-on: ubuntu-latest
104+
needs: ['istgt']
105+
steps:
106+
- name: Downstream tagging
107+
uses: akhilerm/[email protected]
108+
with:
109+
tag-name: ${{ github.ref }}
110+
body: 'Release created from istgt'
111+
repo: |
112+
cstor-operators
113+
# GR_TOKEN secret is the access token to perform github releases
114+
github-token: ${{ secrets.GR_TOKEN }}

.travis.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)