Skip to content

Commit

Permalink
ci: add dependency to fix "sd" command for git tag (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Jun 1, 2023
1 parent 831d1d9 commit 8aea3e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
new_release_version: ${{ steps.semantic-release.outputs.new_release_version }}
steps:
- uses: actions/checkout@v3
# If using sd on macos, "brew install" works great. for Linux, this is the recommended way.
- name: Install sd CLI to use later in the workflow
uses: kenji-miyake/setup-sd@v1

# Semantic-release tool is used to:
# 1. Determine the next semantic version for the software during deployment.
Expand Down

0 comments on commit 8aea3e1

Please sign in to comment.