diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f9668a89..c41b9ac1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,7 +103,7 @@ jobs: name: Create release needs: test if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') - uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v0.0.31 + uses: neuro-inc/reuse/.github/workflows/release-service.yaml@v0.0.32 with: image: platformmonitoringapi helm_charts: platform-monitoring @@ -111,7 +111,7 @@ jobs: deploy_dev: name: Deploy on dev needs: release - uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v0.0.31 + uses: neuro-inc/reuse/.github/workflows/deploy-dev.yaml@v0.0.32 with: helm_charts: platform-monitoring version: ${{ needs.release.outputs.version }}