Skip to content

Commit

Permalink
fix fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Sep 23, 2024
1 parent b0f7131 commit d857b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
id: jira
if: ${{ steps.files-changed.outputs.core == 'true' || steps.files-changed.outputs.shared == 'true' }}
shell: bash
working-directory: ./dot_github/libs/jira-tracing
working-directory: ./dot_github
run: |
echo "COMMIT_MESSAGE=$(git log -1 --pretty=format:'%s')" >> $GITHUB_ENV
pnpm install && pnpm issue:update
pnpm install --filter jira-tracing && pnpm --filter jira-tracing issue:update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JIRA_HOST: ${{ vars.JIRA_HOST }}
Expand Down

0 comments on commit d857b71

Please sign in to comment.