Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
comigor committed Jan 13, 2020
1 parent ed66b9d commit 65b29d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@master
- run: |
go get -u github.com/itchyny/gojq/cmd/gojq
GO111MODULE=on go get -u github.com/itchyny/gojq/cmd/gojq@d24ecb5d89a9eee8b4cd2071bdff7585a8b44f0e
cd "$GITHUB_WORKSPACE"
- name: Check if version on pubspec.yaml was changed and if there's an entry for this new version on CHANGELOG
run: |
Expand Down

0 comments on commit 65b29d4

Please sign in to comment.