Skip to content

Commit

Permalink
πŸ”„ synced local '.github/' with remote 'repo-template/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
qbox-duck[bot] committed Dec 4, 2023
1 parent 541de46 commit 72b00e8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ jobs:
name: Create New Release
runs-on: ubuntu-latest
steps:
- name: Get App Token
uses: actions/create-github-app-token@v1.6.1
id: generate_token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}

- name: Checkout Repository
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
ref: ${{ github.event.repository.default_branch }}
token: ${{ steps.generate_token.outputs.token }}

- name: Setup node
uses: actions/setup-node@v2
Expand All @@ -32,10 +39,7 @@ jobs:
with:
add: fxmanifest.lua
push: true
author_name: Manifest Bumper
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: 'chore: bump manifest version to ${{ inputs.version }}'
tag_push: '--force'

- name: Install ZIP
run: sudo apt install zip
Expand Down

0 comments on commit 72b00e8

Please sign in to comment.