Update update-release-url.yml (#951)

This commit is contained in:
hiento09 2023-12-12 11:08:36 +07:00 committed by GitHub
parent a543550d31
commit c07582f2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,11 @@ jobs:
environment: production
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: "0"
token: ${{ secrets.PAT_SERVICE_ACCOUNT }}
ref: main
- name: Get Latest Release
uses: pozetroninc/github-action-get-latest-release@v0.7.0