Skip to content

Commit

Permalink
ready to try again
Browse files Browse the repository at this point in the history
  • Loading branch information
xasopheno committed Oct 29, 2022
1 parent ad7a19a commit 3e24489
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@ jobs:
printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}"
# - name: Setup publish to crates.io
# run: |
# git config --global user.email "weresocool_bot@xasopheno.com"
# git config --global user.name "WereSoCool Bot"
# cargo login ${{ secrets.CARGO_API_KEY }}

# - name: publish to crates.io
# run:
# publish-cool-workspace smart-release --bump "${GITHUB_REF#refs/tags/}" --no-changelog --update-crates-index --execute

# - name: squash bump commit
# run: |
# git reset --soft HEAD~1
# git commit --amend --no-edit
# git push --force
- name: Setup publish to crates.io
run: |
git config --global user.email "weresocool_bot@xasopheno.com"
git config --global user.name "WereSoCool Bot"
cargo login ${{ secrets.CARGO_API_KEY }}
- name: publish to crates.io
run:
publish-cool-workspace smart-release --bump "${GITHUB_REF#refs/tags/}" --no-changelog --update-crates-index --execute

- name: squash bump commit
run: |
git reset --soft HEAD~1
git commit --amend --no-edit
git push --force
- name: Package MacOS Binary
run: ./scripts/package_macos.sh ${{ steps.extract-version.outputs.tag-name }}
Expand Down
2 changes: 1 addition & 1 deletion src/demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ thing1 = {
thing2 = {
O[
(1/1, 2, 1, 1),
(1/1, 3, 1, 1),
(1/1, 0, 1, -1),
]
| Seq [
Expand Down

0 comments on commit 3e24489

Please sign in to comment.