diff --git a/.github/workflows.yml b/.github/workflows/release.yml similarity index 91% rename from .github/workflows.yml rename to .github/workflows/release.yml index 7e81467..5ecec57 100644 --- a/.github/workflows.yml +++ b/.github/workflows/release.yml @@ -31,4 +31,6 @@ jobs: gh release create "$tag" \ --title="$tag" \ --draft \ + --repo ${{ github.repository }} \ + --token $GITHUB_TOKEN \ main.js manifest.json styles.css