Skip to content

Commit

Permalink
Merge branch 'main' into fix/node_issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 authored Oct 8, 2024
2 parents c201d2a + 68871f5 commit a710fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
steps:
- uses: actions/checkout@v4

Expand All @@ -20,4 +21,4 @@ jobs:
publish-features: "true"
base-path-to-features: "./src"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a710fc4

Please sign in to comment.