-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π synced local '.github/' with remote 'repo-template/.github/'
- Loading branch information
1 parent
8ae59c1
commit 9ae4dee
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,18 @@ jobs: | |
name: Create New Release | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Get App Token | ||
uses: actions/[email protected] | ||
id: generate_token | ||
with: | ||
app-id: ${{ secrets.APP_ID }} | ||
private-key: ${{ secrets.PRIVATE_KEY }} | ||
|
||
- name: Checkout Repository | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ github.event.repository.default_branch }} | ||
token: ${{ steps.generate_token.outputs.token }} | ||
|
||
- name: Setup node | ||
uses: actions/setup-node@v2 | ||
|
@@ -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 | ||
|