File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 run : |
123123 git config --global user.name 'github-actions[bot]'
124124 git config --global user.email 'github-actions[bot]@users.noreply.github.com'
125- git add pixi.toml pixi.lock gridappsd-python-lib/pyproject.toml gridappsd-field-bus-lib/pyproject.toml
125+ git add pixi.toml gridappsd-python-lib/pyproject.toml gridappsd-field-bus-lib/pyproject.toml
126126 git commit -m "Bump version to ${{ env.NEW_VERSION }}"
127127 git tag ${{ env.NEW_TAG }}
128128 git push origin HEAD:${{ github.ref_name }}
Original file line number Diff line number Diff line change 8686 run : |
8787 git config --global user.name 'github-actions[bot]'
8888 git config --global user.email 'github-actions[bot]@users.noreply.github.com'
89- git add pixi.toml pixi.lock gridappsd-python-lib/pyproject.toml gridappsd-field-bus-lib/pyproject.toml
89+ git add pixi.toml gridappsd-python-lib/pyproject.toml gridappsd-field-bus-lib/pyproject.toml
9090 git commit -m "Release version ${{ env.VERSION }}"
9191 git tag ${{ env.TAG }}
9292 git push origin HEAD:${{ github.ref_name }}
Original file line number Diff line number Diff line change 114114
115115# pixi
116116.pixi /
117+ pixi.lock
117118
118119# uv
119120uv.lock
You can’t perform that action at this time.
0 commit comments