Skip to content

[Bug] TypeError: Cannot read property 'id' of undefined (tagged commit with diff-search) #36

@spinlud

Description

@spinlud

Hi there!
I have pushed a tagged commit and received the following error:

TypeError: Cannot read property 'id' of undefined

image

This is the commit: spinlud/sequelize-typescript-generator@a0198e6

This is the action configuration:

      - name: Check version changes
        uses: EndBug/version-check@v1
        id: check
        with:
          diff-search: true

      - name: Publish
        if: steps.check.outputs.changed == 'true' && github.ref == 'refs/heads/master'
        run: |
          npm set registry "https://registry.npmjs.org"
          npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_PUBLISH_TOKEN }}
          npm publish

Any idea how to fix?

Metadata

Metadata

Assignees

Labels

good first issueGood for newcomerstype: bugVerified problems that need to be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions