Skip to content

Commit eb66295

Browse files
authored
Update release_build_infisical_cli.yml
1 parent 798215e commit eb66295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_build_infisical_cli.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CLI_TESTS_INFISICAL_VAULT_FILE_PASSPHRASE: ${{ secrets.CLI_TESTS_INFISICAL_VAULT_FILE_PASSPHRASE }}
2727

2828
npm-release:
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-latest
3030
env:
3131
working-directory: ./npm
3232
needs:
@@ -83,7 +83,7 @@ jobs:
8383
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8484

8585
goreleaser:
86-
runs-on: ubuntu-22.04
86+
runs-on: ubuntu-latest
8787
needs: [cli-integration-tests]
8888
steps:
8989
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)