diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2354e68..5b34abe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,6 @@ jobs: uses: actions/checkout@v2 - name: Publish to Galaxy - uses: robertdebock/galaxy-action@1.1.0 + uses: robertdebock/galaxy-action@1.2.0 with: galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}