We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create github workflow which on new tag (github release) will make npm publish. You will need npm access token docs
npm publish
Don't forget to call npm run build before. And also you will need npm version ${{ inputs.version }} --allow-same-version
npm run build
npm version ${{ inputs.version }} --allow-same-version
The text was updated successfully, but these errors were encountered:
stefanak-michal
Successfully merging a pull request may close this issue.
Create github workflow which on new tag (github release) will make
npm publish
. You will need npm access token docsDon't forget to call
npm run build
before. And also you will neednpm version ${{ inputs.version }} --allow-same-version
The text was updated successfully, but these errors were encountered: