chore: synced local './' with remote 'repo-template/'
This commit is contained in:
@@ -12,21 +12,21 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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: Checkout Repository
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ steps.generate_token.outputs.token }}
|
||||
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 20.x
|
||||
|
||||
- name: Bump manifest version
|
||||
run: node .github/actions/bump-manifest-version.js
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
TGT_RELEASE_VERSION: ${{ inputs.version }}
|
||||
|
||||
- name: Push manifest change
|
||||
uses: EndBug/add-and-commit@latest
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
add: fxmanifest.lua
|
||||
push: true
|
||||
@@ -43,4 +43,4 @@ jobs:
|
||||
- name: Push Git Tag
|
||||
run: |
|
||||
git tag ${{ inputs.version }}
|
||||
git push origin ${{ inputs.version }}
|
||||
git push origin ${{ inputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user