Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Hurlenko committed Jul 2, 2024
1 parent defc26e commit a0f7187
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 613 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
upload_url: ${{ steps.release.outputs.upload_url }}
rg_version: ${{ env.RG_VERSION }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get the release version from the tag
shell: bash
if: env.RG_VERSION == ''
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
$VCPKG_ROOT/vcpkg install libxml2:x64-windows-static
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
BINARY: "orly"
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Link to predefined musl toolchain
run: |
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: ["build-release", "build-release-musl"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cargo login ${CRATES_IO_TOKEN}
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
Expand Down
Loading

0 comments on commit a0f7187

Please sign in to comment.