Skip to content

[TODAY] Github Actions - Genera an error #143

@okarook

Description

@okarook

Describe the bug
My Github action has an error
This error occurred today, yesterday everything was fine

Workflow
This is my action

name: Semantic Release
on:
  push:
    branches: [ production ]

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Setup Node.js
        uses: actions/setup-node@v1
        with:
          node-version: 16.17.0

      - name: Install Dependencies
        run: yarn install

      - name: Semantic Release
        uses: cycjimmy/semantic-release-action@v2
        id: semantic  
        with:
          branch: production
        env:
          GITHUB_TOKEN: ${{ secrets.XXXX }}
  

Expected behavior
This action should work in my GitHub

Additional context
I have seen that the semantic-release package a few minutes ago updated to a new version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions