diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce486cc..21104c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,8 +48,6 @@ jobs: with: push: true tags: ${{ steps.meta.outputs.tags }} - cache-from: type=gha - cache-to: type=gha,mode=max - name: Release uses: softprops/action-gh-release@v2 diff --git a/package.json b/package.json index f703fce..269ba37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "links", - "version": "0.4.12", + "version": "0.4.13", "private": true, "scripts": { "dev": "next dev",