Skip to content

Commit

Permalink
Fix release process (#20)
Browse files Browse the repository at this point in the history
* fix release process

* Revert "fix release process"

This reverts commit f57db22.

* debugging

* fixed
  • Loading branch information
cpoile committed Mar 10, 2022
1 parent f42a99e commit fea53c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -159,7 +159,6 @@ jobs:
steps:
- attach_workspace:
at: dist
- run: 'mv dist/*.tar.gz dist/$CIRCLE_PROJECT_REPONAME-$CIRCLE_TAG.tar.gz'
- run:
name: "Publish Release on Github"
command: |
Expand Down

0 comments on commit fea53c2

Please sign in to comment.