Skip to content

Commit

Permalink
Fix #11: Debugging releases
Browse files Browse the repository at this point in the history
  • Loading branch information
madhead committed Mar 27, 2021
1 parent 2c6e02a commit a985877
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
tag:
name: Tag
runs-on: ubuntu-latest
env:
GIT_AUTHOR_NAME: madhead
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: madhead
GIT_COMMITTER_EMAIL: [email protected]
steps:
- uses: actions/checkout@v2
with:
Expand Down
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.6",
"version": "1.3.7",
"private": true,
"description": "One-stop shop for working with semantic versions in your workflows",
"main": "lib/main.js",
Expand Down

0 comments on commit a985877

Please sign in to comment.