diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index dc5cf6d..dc16947 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -41,7 +41,7 @@ jobs: - name: Read Current Version run: echo "::set-env name=CURRENT_VERSION::$(cat version.txt)" 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 - uses: actions/checkout@v6 id: clone quartz repo @@ -73,7 +73,7 @@ jobs: tag_name: ${{env.CURRENT_VERSION}} name: ${{env.CURRENT_VERSION}} files: |- - public/** + public/ token: ${{secrets.CI_ACCESS}} - - run: git push && git push --tags + - run: git push working-directory: content \ No newline at end of file