From 2dd61da2d227fe6cf19385288d53a5c6185268f7 Mon Sep 17 00:00:00 2001 From: Andrew Dmytrenko Date: Tue, 25 Jun 2024 13:59:45 +0300 Subject: [PATCH] update yml script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53148352..a40ae926 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,6 @@ on: jobs: publish: - uses: The-Poolz/solidity-workflows/.github/workflows/release.yml@v0.5.0 + uses: The-Poolz/solidity-workflows/.github/workflows/protected-release.yml@v0.6.0 secrets: node_auth_token: ${{ secrets.NPM_TOKEN }} \ No newline at end of file