Skip to content

Commit

Permalink
ci: configure git to create tags for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Nov 14, 2024
1 parent 2fd7b5b commit c945e16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Setup
uses: ./.github/actions/setup
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down

0 comments on commit c945e16

Please sign in to comment.