1 parent ddf8e41 commit 2ace160Copy full SHA for 2ace160
1 file changed
.github/workflows/update-version.yml
@@ -50,7 +50,7 @@ jobs:
50
git checkout -b "$BRANCH"
51
git add psynet.go
52
git commit -m "Bump version to \`$GAME_VERSION\` (\`$FEATURE_SET\`)"
53
- git push origin "$BRANCH" || true
+ git push origin "$BRANCH"
54
gh pr create \
55
--title "Bump version to \`$GAME_VERSION\` (\`$FEATURE_SET\`)" \
56
--body "Updated \`gameVersion\` to \`$GAME_VERSION\` and \`featureSet\` to \`$FEATURE_SET\`." \
0 commit comments