Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 84a0335

Browse files
author
Simon Hofmann
committedMar 10, 2019
Removed tag prefix
1 parent 99e6f45 commit 84a0335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ test_script:
8787
on_success:
8888
- cmd: cd c:\projects\opencv4nodejs
8989
- IF defined APPVEYOR_REPO_TAG_NAME (
90-
npm run prebuild -- -u %GITHUB_TOKEN%
90+
npm run prebuild -- --tag-prefix "" -u %GITHUB_TOKEN%
9191
)

0 commit comments

Comments
 (0)
This repository has been archived.