Skip to content

Commit

Permalink
Remove copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 17, 2024
1 parent a736bdc commit 23853dc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"

# Ensure everything is set up right
- run: "yarn install"
- run: "yarn build"
- run: "yarn test"

- uses: Github-Actions-Community/merge-release@22d66d3f7750d57b2b8c05db6077205332527df8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 23853dc

Please sign in to comment.