Create post-release.yml

This commit is contained in:
Simon Aronsson 2021-01-09 22:03:13 +01:00 committed by GitHub
parent 99eaf42de0
commit 06e705d538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/post-release.yml vendored Normal file
View file

@ -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