Skip to content

Commit

Permalink
Merge pull request #45 from /issues/11
Browse files Browse the repository at this point in the history
Fix #11: Debugging releases
  • Loading branch information
madhead authored Mar 27, 2021
2 parents 61e2cf8 + d349b1d commit cae63e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
name: Release

on:
push:
tags:
- '*.*.*'
create:

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: hmarr/debug-action@v2
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semver-utils",
"version": "1.3.3",
"version": "1.3.4",
"private": true,
"description": "One-stop shop for working with semantic versions in your workflows",
"main": "lib/main.js",
Expand Down

0 comments on commit cae63e4

Please sign in to comment.