diff --git a/.github/workflows/build.yml b/.github/workflows/action.yml similarity index 92% rename from .github/workflows/build.yml rename to .github/workflows/action.yml index 3bc356f..4057884 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/action.yml @@ -8,7 +8,6 @@ jobs: name: Build and test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f372f5e..7fceb06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,5 +7,5 @@ jobs: ci: - uses: actions/checkout@v3 - name: Build - uses: ./.github/workflows/build.yml + uses: ./.github/workflows/action.yml secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cae2fb..00f9da1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build - uses: ./.github/workflows/build.yml + uses: ./.github/workflows/action.yml - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1