pull/31/head
alufers 2 years ago
parent 5dd135c81a
commit 7d6aee40a6

@ -56,6 +56,7 @@ jobs:
git add pyproject.toml poetry.lock git add pyproject.toml poetry.lock
git commit -m "chore: release ${{ env.NEW_VERSION }}" git commit -m "chore: release ${{ env.NEW_VERSION }}"
git tag ${{ env.NEW_VERSION }} git tag ${{ env.NEW_VERSION }}
git push origin master
- name: Build docker image - name: Build docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with: with:
@ -65,7 +66,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
# Push repository changes # Push repository changes
- uses: stefanzweifel/git-auto-commit-action@v4
- name: Publish package - name: Publish package
run: | run: |
poetry publish --build poetry publish --build

Loading…
Cancel
Save