Skip to content

Commit

Permalink
fix: drop char in sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed Dec 19, 2022
1 parent f662307 commit 0a3099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload Docs to Hackage
run: |
TAG_VERSION=${{ github.ref_name }}
VERSION=${$TAG_VERSION/v/}
VERSION=${TAG_VERSION:1}
echo $VERSION
DOCS_PATH=$(ls dist-newstyle/dotenv-*-docs.tar.gz)
echo $DOCS_PATH
Expand Down

0 comments on commit 0a3099a

Please sign in to comment.