Skip to content

Commit 2ace160

Browse files
committed
dedupe version
1 parent ddf8e41 commit 2ace160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git checkout -b "$BRANCH"
5151
git add psynet.go
5252
git commit -m "Bump version to \`$GAME_VERSION\` (\`$FEATURE_SET\`)"
53-
git push origin "$BRANCH" || true
53+
git push origin "$BRANCH"
5454
gh pr create \
5555
--title "Bump version to \`$GAME_VERSION\` (\`$FEATURE_SET\`)" \
5656
--body "Updated \`gameVersion\` to \`$GAME_VERSION\` and \`featureSet\` to \`$FEATURE_SET\`." \

0 commit comments

Comments
 (0)