Skip to content

Commit b275b65

Browse files
committed
changing build script to create a prerelease version and do publisj
1 parent 6b12d81 commit b275b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
with:
25-
build_script: echo "hello"
25+
build_script: npm version prerelease --preid=rc && npm publish
2626
working_directory: ./

0 commit comments

Comments
 (0)