We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c386a62 commit 2bcc9e2Copy full SHA for 2bcc9e2
.github/workflows/build_tag.yml
@@ -11,7 +11,7 @@ jobs:
11
build_tag:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- run: cargo run -- --container-cmd=docker --create-release $GITHUB_REF_NAME
16
env:
17
GH_TOKEN: ${{ github.token }}
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
validate:
9
10
- uses: Swatinem/rust-cache@v2
- run: cargo check
- run: cargo test
0 commit comments