ci: use PAT in step Release

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-01-13 22:32:40 +01:00
parent f393d3790a
commit 09afccce27
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -21,6 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
width:
# Make sure the release step uses its own credentials:
# https://github.com/cycjimmy/semantic-release-action#private-packages
fersist-credentials: false
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3