Skip to content

Commit 64761c5

Browse files
authored
Fix publish.yml
1 parent cfa95b1 commit 64761c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
REPO: self
6060
BRANCH: jsoo-stdlib
6161
FOLDER: dist_jsoo
62-
TAG: ${{ github.ref }}
62+
TAG: jsoo-stdlib-${{ github.ref }}
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
MESSAGE: "Build {sha}:\n{msg}"
6565

@@ -68,4 +68,4 @@ jobs:
6868
uses: JS-DevTools/npm-publish@v1
6969
with:
7070
token: ${{ secrets.NPM_TOKEN }}
71-
check-version: true
71+
check-version: true

0 commit comments

Comments
 (0)