Skip to content

Commit

Permalink
Merge pull request #6 from alexanderjordanbaker/AddingBuildStep
Browse files Browse the repository at this point in the history
Adding build step and bumping version to 0.1.1
  • Loading branch information
alexanderjordanbaker committed Jun 7, 2023
2 parents 5a8d70c + 0b99e95 commit f4ad703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
always-auth: true
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apple/app-store-server-library",
"version": "0.1.0",
"version": "0.1.1",
"description": "The App Store Server Library",
"main": "dist/index.js",
"keywords": [],
Expand Down

0 comments on commit f4ad703

Please sign in to comment.