🔄 synced local '.github/' with remote 'repo-template/.github/'

This commit is contained in:
qbox-duck[bot]
2023-12-04 14:06:19 +00:00
committed by GitHub
parent 1b1a642cfe
commit 7675beb1a2
2 changed files with 36 additions and 16 deletions
+3 -16
View File
@@ -21,7 +21,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}
- name: Setup node
@@ -40,20 +39,8 @@ jobs:
add: fxmanifest.lua
push: true
message: 'chore: bump manifest version to ${{ inputs.version }}'
- name: Install ZIP
run: sudo apt install zip
- name: Bundle files
- name: Push Git Tag
run: |
rm -rf ./.github ./.vscode ./.git
zip -r ./${{ github.event.repository.name }}.zip ./
- name: Create Release
uses: 'marvinpinto/action-automatic-releases@latest'
with:
title: ${{ inputs.version }}
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: ${{ inputs.version }}
prerelease: false
files: ${{ github.event.repository.name }}.zip
git tag ${{ inputs.version }}
git push origin ${{ inputs.version }}