Skip to content

Commit

Permalink
ci: update cd for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms committed Dec 13, 2024
1 parent 95c06d2 commit 59f4efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
echo "version=$(jq -r '"v"+.version' package.json)" >> $GITHUB_OUTPUT
- uses: piszmog/create-tag@v1
if: ${{ github.event.inputs.tag == 'true'}}
with:
version: ${{ steps.package-version.outputs.version }}
message: "release ${{ steps.package-version.outputs.version }}"
Expand Down

0 comments on commit 59f4efc

Please sign in to comment.