Skip to content

Commit

Permalink
💚 chore: trigger workflow on push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
OysterD3 committed Mar 25, 2022
1 parent b23eb02 commit 35493e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
release:
types: [published]
push:
tags:
- 'v*'

jobs:
release:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oysterlee/utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Collection of utility functions for common JavaScript/TypeScript task",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand All @@ -9,7 +9,6 @@
"dist"
],
"scripts": {
"build:doc": "jsdoc2md --files ./src/**/*.ts --configure ./jsdoc2md.json > API.md",
"dev": "vite preview",
"build": "vite build",
"test": "vitest",
Expand Down

0 comments on commit 35493e7

Please sign in to comment.