Skip to content

Commit

Permalink
Fix github workflow attempts #2 (#12)
Browse files Browse the repository at this point in the history
* fix: github workflow

* feat: added bump file

* chore: added changelog
  • Loading branch information
oknoorap committed Aug 25, 2023
1 parent e005be0 commit 519ab25
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@realmorg/realm": patch
---

Cleanup publish workflow
Update bump
6 changes: 6 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ jobs:
git config --global user.name "realmorg"
npm config set //registry.npmjs.org/:_authToken ${NPM_AUTH_TOKEN}
npm run publish-pkgs
git status
git add .
git reset -- pnpm-lock.yaml
git commit -m 'chore: version update'
git restore pnpm-lock.yaml
git push -u origin $(git branch --show-current) --follow-tags
1 change: 1 addition & 0 deletions packages/realm/BUMP
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
2 changes: 1 addition & 1 deletion packages/realm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@realmorg/realm",
"version": "0.1.2",
"version": "0.1.3",
"description": "Reactive Lightweight Markup Language. HTML framework for building an MVP (Minimum Viable Product) website.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 519ab25

Please sign in to comment.