Skip to content

Commit

Permalink
Update create-tag-now.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jan 19, 2025
1 parent 4cc76d8 commit 85c33ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-tag-now.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
console.log('DEBUG:')
throw error
})
if(result && result.status >= 200 && result.status < 300) {}
if(result && result.status >= 200 && result.status < 300) {
console.log('Triggered the workflow for the release.')
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 85c33ea

Please sign in to comment.