Skip to content

Commit

Permalink
ci(release): remove "Checkout code" step from "create-github-release"…
Browse files Browse the repository at this point in the history
… job

In this step, it's unnecessary to check out the source since you aren't doing anything with it. At this point you only need github.ref
  • Loading branch information
yn4v4s authored and MylesBorins committed Feb 13, 2022
1 parent 89b12d7 commit 93dfea7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
runs-on: ubuntu-latest
needs: publish
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Create Release Notes
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 93dfea7

Please sign in to comment.