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 5160f05 commit 9772a6b
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: echo $LATEST_SHA && echo $GITHUB_SHA && echo $(git branch) && echo $(git status) && git reset --hard && git switch -b joss-paper && git checkout $LATEST_SHA && GITHUB_SHA=$(git rev-parse HEAD) && echo $GITHUB_SHA
run: echo $LATEST_SHA && echo $GITHUB_SHA && echo $(git branch) && echo $(git status) && git reset --hard && git switch joss-paper && git checkout $LATEST_SHA && 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 9772a6b

Please sign in to comment.