Skip to content

Commit

Permalink
feat: updated to the latest version of clap
Browse files Browse the repository at this point in the history
  • Loading branch information
pdylanross committed Mar 17, 2023
1 parent ab090ed commit 0bd1631
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
push: false
- run: cargo set-version ${{ env.REVISION }} --workspace
- run: cargo upgrade -p libfatigue@${{ env.REVISION }}
- run: sudo chmod -R ugo+rwX .
- uses: EndBug/add-and-commit@v9
id: add-and-commit
with:
message: "[skip ci] release: ${{ env.REVISION }}"
push: true
tag: ${{ env.REVISION }}
- run: sudo chmod -R ugo+rwX .
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
Loading

0 comments on commit 0bd1631

Please sign in to comment.