Skip to content

Commit

Permalink
feat(fix-sem-rel): Fix semantic release, publish missed feat
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Kaestle committed Aug 20, 2024
1 parent 46ba396 commit c585167
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
branches:
- main

permissions:
contents: read # for checkout

jobs:
main:
release:
runs-on: ubuntu-latest
permissions:
contents: write # to be able to publish a GitHub release
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
environment:
name: release #your environment name
steps:
Expand Down

0 comments on commit c585167

Please sign in to comment.