diff --git a/.github/workflows/jira-release-sync.yml b/.github/workflows/jira-release-sync.yml index 50243b83e..81c73ab63 100644 --- a/.github/workflows/jira-release-sync.yml +++ b/.github/workflows/jira-release-sync.yml @@ -6,11 +6,8 @@ jobs: sync-to-jira: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Sync release to Jira - uses: ThePalaceProject/circulation/.github/actions/jira-release-sync@main + uses: ThePalaceProject/github-actions/jira-release-sync@v1 with: jira-base-url: ${{ secrets.JIRA_BASE_URL }} jira-user-email: ${{ secrets.JIRA_USER_EMAIL }}