diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fe8a99..ded82cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,4 +161,4 @@ jobs: - name: Publish release to Wally shell: bash run: | - wally publish --token ${{secrets.WALLY_TOKEN}} \ No newline at end of file + wally publish ${{secrets.WALLY_TOKEN}} \ No newline at end of file