fix publishing workflow
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 7
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 14
Description
The publishing workflow is currently:
1- Not running any tests
2- Not creating the github release
For a better idea, look at https://github.com/openfga/syntax-transformer/blob/main/.github/workflows/main.yaml
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the publishing workflow in this repository and compare it with .github/workflows/main.yaml in openfga/syntax-transformer. Check how tests and GitHub release creation are configured there. Done means the publishing workflow runs tests and creates the expected GitHub release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100