Skip to content

Commit 92c37bf

Browse files
fix publish workflow
1 parent 1de50ad commit 92c37bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
npm i
1919
npm run build
2020
# check if the last release is the same as the current version
21-
lastVersion=$(npm show @rage-against-the-pixel/unity-releases-api version)
21+
lastVersion=$(npm show @rage-against-the-pixel/unity-cli version)
2222
version=$(node -p "require('./package.json').version")
2323
if [ "$version" = "$lastVersion" ]; then
2424
echo "No changes detected"

0 commit comments

Comments
 (0)