Skip to content

Commit

Permalink
refactor: update git config for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
herablog committed Aug 18, 2020
1 parent e98a50b commit 5932437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
node-version: 14
- name: Set git user
run: |
# TODO: replace this with system user
git config user.email "${{ secrets.GIT_EMAIL }}"
git config user.name "${{ secrets.GIT_NAME }}"
git config --global user.email "<>"
git config --global user.name "openameba"
- name: Extract version from branch name
run: echo "::set-output name=version::$(echo ${GITHUB_REF##*/})"
id: extract_version
Expand Down
1 change: 1 addition & 0 deletions packages/spindle-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"files": [
"dist"
],
"private": true,
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 5932437

Please sign in to comment.