diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dcad4f..64c8ff1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,5 +30,5 @@ jobs: - name: Publish app env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npm -w streamwall run publish \ No newline at end of file