Skip to content

Commit

Permalink
🏭 Update shared action ref
Browse files Browse the repository at this point in the history
  • Loading branch information
xsv24 committed Apr 23, 2023
1 parent 4fc40ff commit f26e0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ jobs:
args: --target=${{ matrix.target }}

cargo-check:
uses: xsv24/git-kit/.github/workflows/cargo-publish.yml@binary-relase
uses: xsv24/git-kit/.github/workflows/cargo-publish.yml@main
with:
dry-run: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

cargo:
needs: ["github-release"]
uses: xsv24/git-kit/.github/workflows/cargo-publish.yml@binary-relase
uses: xsv24/git-kit/.github/workflows/cargo-publish.yml@main
with:
version: ${{ needs.github-release.version }}
dry-run: false
Expand Down

0 comments on commit f26e0ab

Please sign in to comment.