Skip to content

Commit

Permalink
chore: add actions running title
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Mar 17, 2023
1 parent 5dbb9b3 commit 04a1aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-and-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
workflow_dispatch:
inputs:
release_version:
required: false
required: true
type: string

run-name: "Release CI:version ${{ inputs.release_version }}"
env:
RELEASE_VERSION: ${{ inputs.release_version }}

Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
if: ${{ env.RELEASE_VERSION != '' }}
run: pnpm release:changelog --release-as ${{ env.RELEASE_VERSION }}
- name: publish the update
run: git push --follow-tags
run: git push --follow-tags

0 comments on commit 04a1aed

Please sign in to comment.