Skip to content

Commit

Permalink
changed clone to use http
Browse files Browse the repository at this point in the history
ssh keys are not locally available.
  • Loading branch information
bsutton authored Aug 24, 2020
1 parent bccde4f commit b666bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: install pub_release
# run: pub global activate pub_release
run: pub global activate --source git git@github.com:bsutton/pub_release.git
run: pub global activate --source git https://github.com/bsutton/pub_release.git
- name: Pub dependencies
run: pub get
- name: Create release
Expand Down

0 comments on commit b666bf7

Please sign in to comment.