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 dc64ce1 commit 814ed38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_nigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
id: get_version
run: |
cargo install toml-cli
VERSION=$(toml get --raw Cargo.toml package.version)
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
echo "NIGHTLY_TAG=v$VERSION-nightly" >> $GITHUB_OUTPUT
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
- name: Delete current nightly release
env:
Expand Down

0 comments on commit 814ed38

Please sign in to comment.