-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
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.
BerniWittmann, MikeMcC399, ynahmany, devilz1, benjyiw and 2 more
Metadata
Metadata
Assignees
Labels
No labels