Skip to content

Commit

Permalink
update access to public
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Apr 22, 2021
1 parent 369a074 commit 31b8d76
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-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
- run: npm publish --access=public
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": "@athleticnet/web-styles",
"version": "1.0.0",
"version": "1.0.1",
"description": "Test of using Athletic7.3.scss in a package for usage on AthleticNet and anet-angular repos",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 31b8d76

Please sign in to comment.