diff --git a/.github/workflows/bump-version-save.yml b/.github/actions/bump-version-save.yml similarity index 100% rename from .github/workflows/bump-version-save.yml rename to .github/actions/bump-version-save.yml diff --git a/.github/workflows/publish.yml b/.github/actions/publish.yml similarity index 100% rename from .github/workflows/publish.yml rename to .github/actions/publish.yml diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yml similarity index 96% rename from .github/workflows/create-release.yaml rename to .github/workflows/create-release.yml index 46c2daca..9ee0e4b3 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yml @@ -79,7 +79,7 @@ jobs: e2e-test: needs: [test] - uses: ./.github/workflows/e2e-test.yaml + uses: e2e-test.yml with: mainBranch: "last-tag" secrets: @@ -95,7 +95,7 @@ jobs: upload-badge: needs: [ test, e2e-test ] - uses: ./.github/workflows/upload-badge.yaml + uses: upload-badge.yml with: mainBranch: "last-tag" secrets: diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yml similarity index 100% rename from .github/workflows/e2e-test.yaml rename to .github/workflows/e2e-test.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dc23c75c..b3a87baa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: e2e-test: needs: [test] - uses: ./.github/workflows/e2e-test.yaml + uses: e2e-test.yml secrets: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} diff --git a/.github/workflows/upload-badge.yaml b/.github/workflows/upload-badge.yml similarity index 100% rename from .github/workflows/upload-badge.yaml rename to .github/workflows/upload-badge.yml