Skip to content

Commit

Permalink
feat(DMVP-5344): allow semantic release job to push and create releas…
Browse files Browse the repository at this point in the history
…e/tags in github
  • Loading branch information
mrdntgrn committed Oct 8, 2024
1 parent 40ac551 commit 96d4b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on: [pull_request, push]
jobs:
publish:
runs-on: ubuntu-latest
permissions: {}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
Expand All @@ -15,4 +16,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
continue-on-error: true

0 comments on commit 96d4b3d

Please sign in to comment.