Skip to content

Commit

Permalink
MAINT: adding auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Mar 18, 2021
1 parent d3117f1 commit 30d1b85
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: doc
name: auto-doc-deploy

on:
release:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: auto-release

on:
push:
tags:
- '*.*.*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 30d1b85

Please sign in to comment.