Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NgoKimPhu committed Sep 30, 2024
1 parent d7a74f8 commit d203d7f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 72 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 'Release'

permissions: write-all

on:
workflow_dispatch:
inputs:
version_bump:
description: 'Version bump type'
type: choice
options:
- patch
- minor
- major
default: patch
version:
description: 'Or specific release version'
type: string

jobs:
release:
uses: KyberNetwork/service-framework/.github/workflows/release.yaml@main
with:
service: ${{ github.event.repository.name }}
version_bump: ${{ inputs.version_bump }}
version: ${{ inputs.version }}
secrets: inherit
72 changes: 0 additions & 72 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit d203d7f

Please sign in to comment.