Skip to content

Commit

Permalink
chore: change inputs version name
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Dec 26, 2023
1 parent 757341c commit 5695dc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Releae Tag
on:
workflow_dispatch:
inputs:
release_version:
VERSION:
description: 'The version of release'
required: true
default: ''

run-name: ref_name:${{ github.ref_name }} release_version:${{ inputs.release_version }}
run-name: ref_name:${{ github.ref_name }} release_version:${{ inputs.VERSION }}

env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down Expand Up @@ -55,10 +55,10 @@ jobs:
github_token: ${{ env.GITHUB_TOKEN }}
branch: ${{ github.ref }}

- name: push tag ${{ inputs.release_version }}
- name: push tag ${{ inputs.VERSION }}
uses: mathieudutour/[email protected]
with:
custom_tag: ${{ inputs.release_version }}
custom_tag: ${{ inputs.VERSION }}
github_token: ${{ env.GITHUB_TOKEN }}
commit_sha: ${{ steps.build-kbcli-embed-chart.outputs.commit_sha_latest }}
tag_prefix: ""
Expand All @@ -69,7 +69,7 @@ jobs:
uses: apecloud/apecloud-cd/.github/workflows/[email protected]
with:
TYPE: "2"
CONTENT: "release tag ${{ inputs.release_version }} error"
CONTENT: "release tag ${{ inputs.VERSION }} error"
APECD_REF: "v0.1.49"
secrets: inherit

0 comments on commit 5695dc1

Please sign in to comment.