Skip to content

Commit

Permalink
fix: working directory client
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvanleeuwen committed Feb 26, 2024
1 parent 845f157 commit d6d6ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
echo "RELEASE_TAG=latest" >> $GITHUB_ENV
env:
RELEASE_TYPE: ${{ github.event.inputs.release-type }}
working-directory: client

- name: Bump pre-release version
if: startsWith(github.event.inputs.release-type, 'pre')
Expand All @@ -53,6 +54,7 @@ jobs:
echo "RELEASE_TAG=beta" >> $GITHUB_ENV
env:
RELEASE_TYPE: ${{ github.event.inputs.release-type }}
working-directory: client

- name: Update changelog
uses: superfaceai/release-changelog-action@v1
Expand Down

0 comments on commit d6d6ba6

Please sign in to comment.