This commit is contained in:
Benjamin Harder
2023-10-01 10:53:00 +02:00
parent 037d6b6e88
commit 9d7dd66ab2

View File

@@ -26,15 +26,16 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: tag-version
uses: juliansangillo/tag-version@v1.5
with:
production-branch: main
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.36.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
# - name: 'Build Inventory Image'
# run: |