Skip to content

Commit

Permalink
Try release
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
aurexav committed Jul 12, 2024
1 parent 580558e commit 90d691a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
matrix:
target:
[
{ name: x86_64-unknown-linux-gnu, os: ubuntu-latest },
{ name: aarch64-apple-darwin, os: macos-latest },
{
name: x86_64-pc-windows-msvc,
os: windows-latest,
extension: .exe,
},
# {
# name: x86_64-pc-windows-msvc,
# os: windows-latest,
# extension: .exe,
# },
# { name: x86_64-unknown-linux-gnu, os: ubuntu-latest },
]
steps:
- name: Fetch latest code
Expand Down Expand Up @@ -65,13 +65,13 @@ jobs:
generate_release_notes: true
files: artifacts/*

publish-on-crates-io:
name: Publish on crates.io
runs-on: ubuntu-latest
steps:
- name: Fetch latest code
uses: actions/checkout@v4
- name: Login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish
run: cargo publish --locked
# publish-on-crates-io:
# name: Publish on crates.io
# runs-on: ubuntu-latest
# steps:
# - name: Fetch latest code
# uses: actions/checkout@v4
# - name: Login
# run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
# - name: Publish
# run: cargo publish --locked
12 changes: 6 additions & 6 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
matrix:
target:
[
{ name: x86_64-unknown-linux-gnu, os: ubuntu-latest },
{ name: aarch64-apple-darwin, os: macos-latest },
{
name: x86_64-pc-windows-msvc,
os: windows-latest,
extension: .exe,
},
# {
# name: x86_64-pc-windows-msvc,
# os: windows-latest,
# extension: .exe,
# },
# { name: x86_64-unknown-linux-gnu, os: ubuntu-latest },
]
steps:
- name: Fetch latest code
Expand Down

0 comments on commit 90d691a

Please sign in to comment.