Loading .github/workflows/rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: "Rebase all non-draft non-dependencies pull requests" uses: peter-evans/rebase@v3.1.0 uses: peter-evans/rebase@v4.0.0 with: base: main exclude-drafts: true Loading .github/workflows/release.ymldeleted 100644 → 0 +0 −34 Original line number Diff line number Diff line --- name: Release "on": push: branches: - main jobs: release: name: "Release" runs-on: ubuntu-latest permissions: pull-requests: write contents: write concurrency: group: semantic-release cancel-in-progress: false steps: - name: Checkout uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }} - name: Semantic release run: | docker run --rm \ --user 1001 \ -v ${{ github.workspace }}:/workspace \ -w /workspace \ -e GITHUB_TOKEN=${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }} \ -e CI=true \ ghcr.io/disafronov/semantic-release:latest .github/workflows/validate.ymldeleted 100644 → 0 +0 −28 Original line number Diff line number Diff line --- name: Validate "on": pull_request: branches: - main jobs: validate: name: "Validate" runs-on: ubuntu-latest permissions: contents: read steps: - name: Checkout uses: actions/checkout@v5 with: fetch-depth: 0 - name: Semantic release dry run run: | docker run --rm \ --user 1001 \ -v ${{ github.workspace }}:/workspace \ -w /workspace \ ghcr.io/disafronov/semantic-release:latest \ --dry-run Loading
.github/workflows/rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: "Rebase all non-draft non-dependencies pull requests" uses: peter-evans/rebase@v3.1.0 uses: peter-evans/rebase@v4.0.0 with: base: main exclude-drafts: true Loading
.github/workflows/release.ymldeleted 100644 → 0 +0 −34 Original line number Diff line number Diff line --- name: Release "on": push: branches: - main jobs: release: name: "Release" runs-on: ubuntu-latest permissions: pull-requests: write contents: write concurrency: group: semantic-release cancel-in-progress: false steps: - name: Checkout uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }} - name: Semantic release run: | docker run --rm \ --user 1001 \ -v ${{ github.workspace }}:/workspace \ -w /workspace \ -e GITHUB_TOKEN=${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }} \ -e CI=true \ ghcr.io/disafronov/semantic-release:latest
.github/workflows/validate.ymldeleted 100644 → 0 +0 −28 Original line number Diff line number Diff line --- name: Validate "on": pull_request: branches: - main jobs: validate: name: "Validate" runs-on: ubuntu-latest permissions: contents: read steps: - name: Checkout uses: actions/checkout@v5 with: fetch-depth: 0 - name: Semantic release dry run run: | docker run --rm \ --user 1001 \ -v ${{ github.workspace }}:/workspace \ -w /workspace \ ghcr.io/disafronov/semantic-release:latest \ --dry-run