Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'name' cannot be null #541

Open
Snuffsis opened this issue Aug 10, 2022 · 0 comments
Open

'name' cannot be null #541

Snuffsis opened this issue Aug 10, 2022 · 0 comments
Assignees

Comments

@Snuffsis
Copy link

I am having an issue where it is complaining about the name and that it cannot be null?

the action looks like the one you are using in your twitter project as an example. But still no success.

This is the github action log:

Run tubone[2](https://github.com/xxxxx/yyyyy/runs/7764068139?check_suite_focus=true#step:4:2)4/update_release@v1.[3](https://github.com/xxxxx/yyyyy/runs/7764068139?check_suite_focus=true#step:4:3).1
  with:
    body: ## 🐛 Bugfixes
  - add id to update action
  env:
    GITHUB_TOKEN: ***
Updating release with tag : '0.0.5-beta69'
Got release info: '7[4](https://github.com/xxxxx/yyyyy/runs/7764068139?check_suite_focus=true#step:4:4)081828', null, 'https://github.com/xxxxx/yyyyy/releases/tag/0.0.[5](https://github.com/xxxxx/yyyyy/runs/7764068139?check_suite_focus=true#step:4:5)-beta[6](https://github.com/xxxxx/yyyyy/runs/7764068139?check_suite_focus=true#step:4:6)9', 'https://uploads.github.com/repos/xxxxx/yyyyy/releases/[7](https://github.com/xxxxx/yyyyy/runs/7764068139?check_suite_focus=true#step:4:8)40[8](https://github.com/xxxxx/yyyyy/runs/7764068139?check_suite_focus=true#step:4:9)1828/assets{?name,label},'
Body: 

## Changes:

* 05afa[9](https://github.com/xxxxx/yyyyy/runs/7764068139?check_suite_focus=true#step:4:10)dad2dbcfae06ce26b8893aa454d82a0918 fix: add id to update action

This list of changes was [auto generated](https://dev.azure.com/xxxxx/yyyyy/_build/results?buildId=78&view=logs).
Draft: false, Prerelease: false
Error: 'name' cannot be null

And the yml file:

name: Create preview package

on:
  release:
    types: [created]

jobs:
  create-release:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Create changelog text
        id: changelog
        uses: loopwerk/tag-changelog@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          config_file: .github/custom-changelog-config.js

      - name: Update release notes
        id: update_release
        uses: tubone24/[email protected]
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          body: ${{ steps.changelog.outputs.changes }}
@tubone24 tubone24 self-assigned this Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants