Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
camelmasa committed Jun 26, 2020
1 parent 856331a commit 4dfd5a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ jobs:
matrix:
node-version: [12.x]
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Automated releases for npm packages.
uses: mikeal/[email protected]
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huckleberry-inc/prettier-config",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.json",
"description": "Company's Prettier config",
"repository": "https://github.com/huckleberry-inc/prettier-config.git",
Expand Down

0 comments on commit 4dfd5a3

Please sign in to comment.