chore: synced local './' with remote 'repo-template/'
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.repository.default_branch }}
|
||||
@@ -28,16 +28,16 @@ jobs:
|
||||
zip -r ./${{ github.event.repository.name }}.zip ./${{ github.event.repository.name }}
|
||||
|
||||
- name: Get App Token
|
||||
uses: actions/create-github-app-token@v1.6.1
|
||||
uses: actions/create-github-app-token@v1
|
||||
id: generate_token
|
||||
with:
|
||||
app-id: ${{ secrets.APP_ID }}
|
||||
private-key: ${{ secrets.PRIVATE_KEY }}
|
||||
|
||||
- name: Create Release
|
||||
uses: 'marvinpinto/action-automatic-releases@latest'
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
title: ${{ github.ref_name }}
|
||||
repo_token: '${{ steps.generate_token.outputs.token }}'
|
||||
prerelease: false
|
||||
files: ${{ github.event.repository.name }}.zip
|
||||
files: ${{ github.event.repository.name }}.zip
|
||||
|
||||
Reference in New Issue
Block a user