Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonomirco authored Feb 4, 2023
1 parent f7dfd3d commit 20ad4fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
permissions:
contents: write
pull-requests: read
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout repo
Expand All @@ -31,8 +29,10 @@ jobs:
fetch-depth: 0

- name: 👶 Draft release
uses: release-drafter/release-drafter@v5
id: release
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 🚧 Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 20ad4fb

Please sign in to comment.