Skip to content

Commit 5ffcd03

Browse files
authored
Update semantic-release condition in workflow
1 parent 5df2f43 commit 5ffcd03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }}
2121
run: >
22-
if [[ -n "$GH_TOKEN" && -n "$NPM_TOKEN" ]]; then
22+
if [[ -n "$GH_TOKEN" ]]; then
2323
curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
2424
fi
2525
build-docker-images:

0 commit comments

Comments
 (0)