Skip to content

Commit

Permalink
Merge pull request #1687 from nextstrain/victorlin/update-dev-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Nov 21, 2024
2 parents ed4e966 + 8f76f11 commit e90383b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
type: string
jobs:
run:
if: github.ref == github.event.repository.default_branch
uses: ./.github/workflows/ci.yaml
secrets: inherit
with:
Expand Down
7 changes: 3 additions & 4 deletions docs/contribute/DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,10 @@ Versions for this project, Augur, from 3.0.0 onwards aim to follow the
1. Go to [this GitHub Actions workflow](https://github.com/nextstrain/augur/actions/workflows/release.yaml).
2. Select **Run workflow**. In the new menu:
1. Ensure `master` branch is selected.
2. In **New version X.X.X**, provide the new version number.
3. Select **Run workflow**.
1. In **New version X.X.X**, provide the new version number.
2. Select **Run workflow**.
3. Ensure workflow runs successfully.
- Ensure the [docker-base CI action triggered by nextstrain-bot](https://github.com/nextstrain/docker-base/actions/workflows/ci.yml?query=branch%3Amaster+actor%3Anextstrain-bot) runs successfully.
- Ensure the [docker-base CI action triggered by nextstrain-bot](https://github.com/nextstrain/docker-base/actions/workflows/ci.yml?query=actor%3Anextstrain-bot) runs successfully.
##### 4. Update on Bioconda
Expand Down

0 comments on commit e90383b

Please sign in to comment.