-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
good first issueGood for newcomersGood for newcomerstype: bugVerified problems that need to be worked onVerified problems that need to be worked on
Description
Hi there!
I have pushed a tagged commit and received the following error:
TypeError: Cannot read property 'id' of undefined
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 publishAny idea how to fix?
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype: bugVerified problems that need to be worked onVerified problems that need to be worked on
