Skip to content

Commit

Permalink
Create post-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Jan 9, 2021
1 parent 5afd1ad commit e07409f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
release:
types:
- created
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '**/v[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
name: Renew documentation
runs-on: ubuntu-latest
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master

0 comments on commit e07409f

Please sign in to comment.