Skip to content

Commit

Permalink
Update joss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Feb 14, 2024
1 parent 9565ff1 commit 4cd06a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/joss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
#uses: actions/[email protected]
- name: Checkout latest commit
run: git reset --hard && git checkout HEAD
run: echo $GITHUB_SHA && git reset --hard && git checkout HEAD && GITHUB_SHA=$(git rev-parse HEAD) && echo $GITHUB_SHA
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
Expand Down

0 comments on commit 4cd06a3

Please sign in to comment.