Skip to content

Commit

Permalink
feat: remove version number from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 6, 2024
1 parent c035964 commit badb824
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ jobs:
pnpm publish .
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Update the package version number
run: git push
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@aligent/ts-code-standards",
"version": "1.2.0",
"main": "src/index.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit badb824

Please sign in to comment.