diff --git a/.github/workflows/do-the-release-thing.yaml b/.github/workflows/do-the-release-thing.yaml index f91ee00..e34e7ec 100644 --- a/.github/workflows/do-the-release-thing.yaml +++ b/.github/workflows/do-the-release-thing.yaml @@ -40,7 +40,6 @@ jobs: run: | mv main.js ${{steps.tagName.outputs.tag}}.js - - name: Get the release json file - uses: actions/checkout@v4 with: ref: hub