Skip to content

Commit

Permalink
Adjusted CI script to work only with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdaniell committed Mar 21, 2021
1 parent 4551f75 commit 6d50323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: goreleaser

on:
pull_request:
push:
tags:
- '*'

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recipe-cli",
"version": "1.0.6",
"version": "1.0.7",
"description": "Easy cli solution to generate boilerplate projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6d50323

Please sign in to comment.