Skip to content

Commit

Permalink
chore(ci): 清理未用到的步驟
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Feb 17, 2024
1 parent 1297bb7 commit 648ab6e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/CI-Pack-ReleasePlease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,10 @@ concurrency:
cancel-in-progress: true

jobs:
json-formater:
name: Json Formater
runs-on: ubuntu-latest
if: github.repository == 'xMikux/ModsTranslationPack'

steps:
- name: Checking Repository
uses: actions/checkout@v4

- name: Get Json
id: get_json
run: |
echo "json_data=$(cat .github/configs/changelog-types.json | jq -r tostring)" >> "$GITHUB_OUTPUT"
outputs:
json_data: ${{ steps.get_json.outputs.json_data }}

release-please:
name: Release Please
if: github.repository == 'xMikux/ModsTranslationPack'
runs-on: ubuntu-latest
needs: [ json-formater ]

steps:
- name: Checking Repository
Expand Down

0 comments on commit 648ab6e

Please sign in to comment.