Skip to content

Commit

Permalink
Merge pull request #41 from PennState/feature/fixRelease
Browse files Browse the repository at this point in the history
giving it a trial for using fetch
  • Loading branch information
Dominic DePasquale authored Nov 5, 2021
2 parents f28b893 + 7c333e9 commit 86455c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
git config --global user.name "ais-swe-ci"
git config --global user.email "[email protected]"
git checkout master
git fetch
git checkout -B master
git checkout develop
echo -n $SIGNING_PRIVATE | base64 -di > ~/private.asc
gpg --pinentry-mode loopback --batch --no-tty --yes --passphrase $SIGNING_PASSPHRASE --import ~/private.asc
Expand Down

0 comments on commit 86455c0

Please sign in to comment.