Skip to content

Commit

Permalink
ci: fix publish trigger and outdated travis reference
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Dec 15, 2020
1 parent 68a7754 commit 7f99f85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish
# Trigger the workflow's on pushed version tags.
on:
push:
tags: v?[0-9]+.[0-9]+.[0-9]+.*
tags: "[0-9]+.[0-9]+.[0-9]+.*"

defaults:
run:
Expand Down
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For you to follow along according to these instructions, you need:
git push --follow-tags $ORIGIN master
```

1. Verify that the [build succeed on
TravisCI](https://travis-ci.org/jupyterhub/kubespawner/builds) and that that
PyPI received a [new
release](https://pypi.org/project/jupyterhub-kubespawner/)
1. Verify that [the GitHub
workflow](https://github.com/jupyterhub/kubespawner/actions?query=workflow%3APublish)
triggers and succeeds and that that PyPI received a [new
release](https://pypi.org/project/jupyterhub-kubespawner/).

0 comments on commit 7f99f85

Please sign in to comment.