Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Sep 15, 2023
1 parent 2ac4eb6 commit 0552264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
ref: ${{ github.ref }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

- name: Set up JDK
Expand Down

0 comments on commit 0552264

Please sign in to comment.