File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 run : |
9292 VERSION=${GITHUB_REF_NAME#v}
9393 echo "Setting version to $VERSION for tagged release"
94- cd packages/webamp && npm version $VERSION --no-git-tag-version
95- cd ../ani-cursor && npm version $VERSION --no-git-tag-version
96- cd ../winamp-eqf && npm version $VERSION --no-git-tag-version
97- # TODO: Update version number in webampLazy.tsx if needed
94+ cd packages/webamp && npm version $VERSION --no-git-tag-version --allow-same-version
95+ cd ../ani-cursor && npm version $VERSION --no-git-tag-version --allow-same-version
96+ cd ../winamp-eqf && npm version $VERSION --no-git-tag-version --allow-same-version
9897 - name : Publish ani-cursor to npm
9998 working-directory : ./packages/ani-cursor
10099 if : github.ref == 'refs/heads/master' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'v'))
You can’t perform that action at this time.
0 commit comments