diff options
-rw-r--r-- | .github/workflows/wee-slack.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/wee-slack.yml b/.github/workflows/wee-slack.yml index c017175..a800292 100644 --- a/.github/workflows/wee-slack.yml +++ b/.github/workflows/wee-slack.yml @@ -63,3 +63,11 @@ jobs: with: name: slack.py path: build/slack.py + + - uses: pyTooling/Actions/releaser@r1 + if: github.ref == 'refs/heads/master' + with: + token: ${{ secrets.GITHUB_TOKEN }} + tag: nightly + files: | + build/slack.py |