Skip to content

Commit 4d149b9

Browse files
authored
build(refactor): remove duplicate npx command on update-release-metadata.yml
1 parent 78892b0 commit 4d149b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-release-metadata.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Fetch the latest release data
1616
id: fetch_release
1717
run: |
18-
npx npx dotenv-vault@latest pull -y --dotenvMe=me_d34de4ae65932e371645c26bd168a69b2226f3c3369d740978ef55752ef1057b
18+
npx dotenv-vault@latest pull -y --dotenvMe=me_d34de4ae65932e371645c26bd168a69b2226f3c3369d740978ef55752ef1057b
1919
cat .env >> >> $GITHUB_ENV
2020
curl \
2121
-H "Accept: application/vnd.github+json" \
@@ -29,4 +29,4 @@ jobs:
2929
git config --global user.name "github-actions[bot]"
3030
git add release_metadata.json
3131
git commit -m "Update release metadata" || exit 0 # Exit 0 if no changes
32-
git push
32+
git push

0 commit comments

Comments
 (0)