Skip to content

Commit

Permalink
build(refactor): remove duplicate npx command on update-release-metad…
Browse files Browse the repository at this point in the history
…ata.yml
  • Loading branch information
darkterminal authored Jun 13, 2024
1 parent 78892b0 commit 4d149b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-release-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Fetch the latest release data
id: fetch_release
run: |
npx npx dotenv-vault@latest pull -y --dotenvMe=me_d34de4ae65932e371645c26bd168a69b2226f3c3369d740978ef55752ef1057b
npx dotenv-vault@latest pull -y --dotenvMe=me_d34de4ae65932e371645c26bd168a69b2226f3c3369d740978ef55752ef1057b
cat .env >> >> $GITHUB_ENV
curl \
-H "Accept: application/vnd.github+json" \
Expand All @@ -29,4 +29,4 @@ jobs:
git config --global user.name "github-actions[bot]"
git add release_metadata.json
git commit -m "Update release metadata" || exit 0 # Exit 0 if no changes
git push
git push

0 comments on commit 4d149b9

Please sign in to comment.