Skip to content

Commit

Permalink
FIX: Release action relies on it's own input instead of checkout code
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmcal committed Sep 14, 2024
1 parent a485968 commit 9cc91b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ inputs.reference }}

- name: Create release
uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
tag: ${{ inputs.tag }}
commit: ${{ inputs.reference }}

0 comments on commit 9cc91b1

Please sign in to comment.