Skip to content

Commit

Permalink
Automatically publish to registry on releases. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Nov 29, 2022
1 parent b5f6631 commit 36c4da8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,12 @@
name: Publish package
on:
push:
tags:
- 'v*'
jobs:
create-release:
name: Create new release
runs-on: ubuntu-latest
steps:
- name: Publish
uses: toitlang/[email protected]

0 comments on commit 36c4da8

Please sign in to comment.