diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10123e2..2dc8b01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,6 @@ jobs: - name: Upload release artifacts uses: softprops/action-gh-release@v2 with: + token: ${{ secrets.EKO_RELEASE_TOKEN }} + tag_name: ${{ github.ref_name }} files: dist/* - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}