Skip to content

Commit

Permalink
Use commit SHA as ghaction-chocolatey version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Sep 30, 2020
1 parent b963068 commit 1c19434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install pandoc
uses: crazy-max/ghaction-chocolatey@v1
uses: crazy-max/ghaction-chocolatey@b6061d587628735be315d74358228b83a7dba9a7
with:
args: install -y pandoc
- name: Install wix tools
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
cd .\packaging
(Get-Content '.\k6.portable.nuspec' -Raw).Replace("<version>__REPLACE__</version>", "<version>$env:VERSION</version>") | Out-File '.\k6.portable.nuspec'
- name: Create Chocolatey package
uses: crazy-max/ghaction-chocolatey@v1
uses: crazy-max/ghaction-chocolatey@b6061d587628735be315d74358228b83a7dba9a7
with:
args: pack --verbose --outputdirectory .\packaging .\packaging\k6.portable.nuspec
# - name: Upload packages to Bintray
Expand Down

0 comments on commit 1c19434

Please sign in to comment.