mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
release action
This commit is contained in:
23
.github/workflows/release.yml
vendored
Normal file
23
.github/workflows/release.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: 'tagged-release'
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
tagged-release:
|
||||
name: 'Tagged Release'
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
# ...
|
||||
- name: 'Build & test'
|
||||
run: |
|
||||
echo "done!"
|
||||
|
||||
- uses: 'marvinpinto/action-automatic-releases@latest'
|
||||
with:
|
||||
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
prerelease: false
|
||||
Reference in New Issue
Block a user