Skip to content

Commit

Permalink
[TT-1747] fix core changeset (#14524)
Browse files Browse the repository at this point in the history
* test core changeset

* fix fix version

* remove test file
  • Loading branch information
Tofel authored Sep 23, 2024
1 parent 818498a commit 469e04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
repository: smartcontractkit/.github
ref: 228acc0a7f9f0092450a7673786462832bf3d19c
ref: b6e37806737eef87e8c9137ceeb23ef0bff8b1db # validate-solidity-artifacts@0.1.0
path: ./dot_github

- name: Update Jira ticket for core
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 469e04f

Please sign in to comment.