diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b55a0722..7cc4df99 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@master with: repo: ${{ github.repository }} - version: ${{ steps.fetchLatestRelease.outputs.release }} + version: 'latest' file: '*.aab' token: ${{ secrets.GITHUB_TOKEN }} - name: test