Skip to content

Commit

Permalink
- fix: origin ref
Browse files Browse the repository at this point in the history
  • Loading branch information
le0m committed Mar 8, 2020
1 parent c5daaa2 commit 08dc13b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
TAG="v$(node -p "require('./package.json').version")"
git commit -m "- chore: version bump ($TAG)"
git tag "$TAG-dev"
git push --tags origin
git push --tags origin $GITHUB_REF
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Dependency directories
/node_modules
Expand Down

0 comments on commit 08dc13b

Please sign in to comment.