Merge pull request #3267 from gitbutlerapp/fix-nightly-builds

don't specify shell for 'uses' action
This commit is contained in:
Josh Junon 2024-03-21 22:53:59 +01:00 committed by GitHub
commit b9e20aeecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,6 @@ jobs:
echo "version=$NEXT_VERSION" >> $GITHUB_ENV
- name: import gpg key
shell: bash
if: runner.os == 'Linux'
uses: crazy-max/ghaction-import-gpg@v6
with: