Skip to content

Commit

Permalink
Test build nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jun 21, 2024
1 parent 5e0695d commit 2821d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_nigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
id: get_version
run: |
cargo install --debug toml-cli
echo VERSION=$(toml get --raw Cargo.toml package.version) >> $GITHUB_OUTPUT
echo NIGHTLY_TAG=v$(toml get --raw Cargo.toml package.version)-nightly >> $GITHUB_OUTPUT
echo ::set-output VERSION=$(toml get --raw Cargo.toml package.version)
echo ::set-output NIGHTLY_TAG=v$(toml get --raw Cargo.toml package.version)-nightly
- name: Delete current nightly release
env:
Expand Down

0 comments on commit 2821d81

Please sign in to comment.