diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 0a6fb6e..f0ea340 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -55,21 +57,8 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - release: - runs-on: ubuntu-latest - needs: build-and-push - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Set node - uses: actions/setup-node@v4 - with: - registry-url: https://registry.npmjs.org/ - node-version: lts/* - - - run: npx changelogithub + + - name: Changelog + run: bun x changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}