Skip to content

Commit ce2d666

Browse files
committed
Clarified type of shell for README.md updating commands and also fixed permissions for GitHub Actions
1 parent f0e385d commit ce2d666

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-executable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
permissions: write-all
1314
runs-on: windows-latest
1415

1516
steps:
@@ -77,4 +78,5 @@ jobs:
7778
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
7879
git config user.name "github-actions[bot]"
7980
git commit -am "Updated README with installation of v${{ steps.latest_release.outputs.tag }}"
80-
git push
81+
git push
82+
shell: bash

0 commit comments

Comments
 (0)