Skip to content

Commit

Permalink
ci: delete auto release for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 12, 2022
1 parent 80cddc0 commit 8b2df59
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,38 +146,3 @@ jobs:

- name: dry run semantic-release
run: ./ci/release/dry_run.sh
release:
runs-on: ubuntu-latest
needs:
- doctests
- docbuild
- nix
- windows
- pre-commit
- dry-run-release
steps:
- uses: tibdex/github-app-token@v1
id: generate_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}

- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable-small

- uses: cachix/cachix-action@v10
with:
name: stupidb
extraPullNames: nix-community,poetry2nix

- name: run semantic-release
run: ./ci/release/run.sh
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 8b2df59

Please sign in to comment.