diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 654e378..24a0aa6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: git archive --output "fireanalyticstoolbox_${{ github.ref_name }}.zip" $astash fireanalyticstoolbox - name: Create Release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: artifacts: "fireanalyticstoolbox_${{ github.ref_name }}.zip" token: ${{ secrets.GITHUB_TOKEN }}