Skip to content

Commit

Permalink
fix: issue in semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-adawi committed Jul 14, 2024
1 parent 613b737 commit 6d522cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
permissions:
packages: write
contents: write
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
branches:
- main

0 comments on commit 6d522cb

Please sign in to comment.