This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
- name: Read Current Version
|
- name: Read Current Version
|
||||||
run: echo "::set-env name=CURRENT_VERSION::$(cat version.txt)"
|
run: echo "::set-env name=CURRENT_VERSION::$(cat version.txt)"
|
||||||
working-directory: content
|
working-directory: content
|
||||||
- run: git add version.txt && git commit -m "${{ env.VERSION_FRAGMENT }} version increment [skip actions]" && git tag ${{ env.CURRENT_VERSION }}
|
- run: git add version.txt && git commit -m "${{ env.VERSION_FRAGMENT }} version increment [skip actions]"
|
||||||
working-directory: content
|
working-directory: content
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
id: clone quartz repo
|
id: clone quartz repo
|
||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
tag_name: ${{env.CURRENT_VERSION}}
|
tag_name: ${{env.CURRENT_VERSION}}
|
||||||
name: ${{env.CURRENT_VERSION}}
|
name: ${{env.CURRENT_VERSION}}
|
||||||
files: |-
|
files: |-
|
||||||
public/**
|
public/
|
||||||
token: ${{secrets.CI_ACCESS}}
|
token: ${{secrets.CI_ACCESS}}
|
||||||
- run: git push && git push --tags
|
- run: git push
|
||||||
working-directory: content
|
working-directory: content
|
||||||
Reference in New Issue
Block a user