Skip to content

Commit

Permalink
feat: rename the branch and changed back version of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ducpm511 committed Jul 1, 2024
1 parent 16c743e commit f836421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Tagging
on:
push:
branches:
- feat/release-tagging
- main

jobs:
tagging:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vckit",
"version": "1.0.0-beta.5.0.1",
"version": "1.0.0-beta.5",
"scripts": {
"postinstall": "mkdir .tmp_npm; cd .tmp_npm; mkdir veramo; cd veramo; git init; git remote add -f origin https://github.com/gs-gs/veramo.git; git pull --depth=1 origin vc-v2; pnpm install; pnpm build;",
"build": "pnpm build:agent && pnpm build:explorer",
Expand Down

0 comments on commit f836421

Please sign in to comment.