Skip to content

Commit 0a3099a

Browse files
fix: drop char in sh
1 parent f662307 commit 0a3099a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Upload Docs to Hackage
5353
run: |
5454
TAG_VERSION=${{ github.ref_name }}
55-
VERSION=${$TAG_VERSION/v/}
55+
VERSION=${TAG_VERSION:1}
5656
echo $VERSION
5757
DOCS_PATH=$(ls dist-newstyle/dotenv-*-docs.tar.gz)
5858
echo $DOCS_PATH

0 commit comments

Comments
 (0)