You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit --message='build: update to ${{ needs.latest.outputs.version }}' \
58
-
.env \
59
-
.github/workflows/ci.yml
61
+
git commit -m 'build: update to ${{ needs.latest.outputs.version }}' \
62
+
.env \
63
+
.github/workflows/ci.yml
60
64
61
65
# Create PR
62
66
gh pr create \
63
-
--fill \
64
-
--head "$branch" \
65
-
--label 'type: maintenance' \
66
-
--base master \
67
-
--body 'See the details for `placeos-${{ steps.get-latest.outputs.version }}`[here](https://github.com/PlaceOS/PlaceOS/releases/tag/${{ needs.latest.outputs.version }}).'
67
+
--fill \
68
+
--head "$branch" \
69
+
--label 'type: maintenance' \
70
+
--base master \
71
+
--body 'See the details for `placeos-${{ steps.get-latest.outputs.version }}`[here](https://github.com/PlaceOS/PlaceOS/releases/tag/${{ needs.latest.outputs.version }}).'
0 commit comments