Skip to content

Commit

Permalink
Merge pull request #1465 from DataDog/corentin.girard/fix-release-pro…
Browse files Browse the repository at this point in the history
…cess

[ci] Fix release process
  • Loading branch information
etnbrd authored Sep 23, 2024
2 parents ce110f3 + 2b89aaf commit f93b35c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- v* # Any version tag

permissions:
contents: write # Required for the draft release

jobs:
create-draft-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f93b35c

Please sign in to comment.