Skip to content

Commit

Permalink
Merge pull request #23 from AlecVision/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
helmturner authored Apr 7, 2023
2 parents fc79922 + 99fd727 commit f19c06c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 20 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,3 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
publish-gpr:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "npm"
registry-url: https://npm.pkg.github.com/
- name: Publish to GPR
run: npm run ci && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
cache: "npm"
registry-url: https://npm.pkg.github.com/
- name: Publish to GPR (staging)
run: npm run ci && npx changeset version && npm publish --tag beta
run: npm run ci && npx changeset version && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alecvision/borg

## 0.4.9

### Patch Changes

- ci updates

## 0.4.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alecvision/borg",
"version": "0.4.8",
"version": "0.4.9",
"description": "Model your data with Borg and get run-time type validation, TypeScript types, (de)serialization, and MongoDB niceties such as BSON type conversion and auto-generated validation schemas - for free. ",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit f19c06c

Please sign in to comment.