Skip to content

Commit

Permalink
Add release.yml
Browse files Browse the repository at this point in the history
Add CI for uploading to go pkg on tag
  • Loading branch information
ejstreet authored Feb 27, 2023
1 parent 7e40c61 commit 1bd50c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/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/[email protected]

0 comments on commit 1bd50c8

Please sign in to comment.