diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6920690..e3f8f6e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.0.0 - name: Build run: cargo build --release - name: Semantic Releaser diff --git a/.releaserc.yml b/.releaserc.yml index 36c1298..3471906 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -18,6 +18,5 @@ plugins: - "@semantic-release/commit-analyzer" - - "@semantic-release/release-notes-generator" - - "@semantic-release/github" - - repositoryUrl: https://github.com/Clete2/check_tplink.git - assets: - target/x86_64-unknown-linux-gnu/release/check_tplink