Skip to content

Commit

Permalink
Reverting to initial github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorylavery committed Oct 29, 2024
1 parent 9d6045b commit cacdf87
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: git config user.email "[email protected]"
- run: git config user.name "$GITHUB_ACTOR"
- run: npm version minor -m "v%s"
- run: VERSION=$(node -p "require('./package.json').version")
- run: git tag ${VERSION}
- run: git push "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" --follow-tags
- run: git push "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" --tags
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit cacdf87

Please sign in to comment.