mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 23:52:05 +03:00
Merge pull request #3267 from gitbutlerapp/fix-nightly-builds
don't specify shell for 'uses' action
This commit is contained in:
commit
b9e20aeecb
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -69,7 +69,6 @@ jobs:
|
|||||||
echo "version=$NEXT_VERSION" >> $GITHUB_ENV
|
echo "version=$NEXT_VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: import gpg key
|
- name: import gpg key
|
||||||
shell: bash
|
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: crazy-max/ghaction-import-gpg@v6
|
uses: crazy-max/ghaction-import-gpg@v6
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user