Skip to content

Commit

Permalink
1.0.5 (#17)
Browse files Browse the repository at this point in the history
* Update lib.ts

* Update README.md

* Update sponsors.yml

* Release 1.0.4 📣

* Update package.json

* Update publish.yml

* Release 1.0.5 📣
  • Loading branch information
JamesIves committed May 4, 2021
1 parent 34e5d8d commit df44e2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:

- name: Authenticate with the GitHub Package Registry
run:
echo "//npm.pkg.github.com:_authToken=${{ secrets.PUBLISH_TOKEN }}" >
echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" >
~/.npmrc

# Publish to GitHub Packages
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jamesives/github-sponsors-readme-action",
"description": "This GitHub Action will automatically add your GitHub Sponsors to your README. It can be configured in multiple ways allowing you to display and breakdown your sponsors by price tier with fallbacks.",
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
"version": "1.0.3",
"version": "1.0.5",
"license": "MIT",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",
Expand All @@ -15,12 +15,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamesIves/fetch-api-data-action.git"
"url": "git+https://github.com/JamesIves/github-sponsors-readme-action.git"
},
"bugs": {
"url": "https://github.com/JamesIves/fetch-api-data-action/issues"
"url": "https://github.com/JamesIves/github-sponsors-readme-action/issues"
},
"homepage": "https://github.com/JamesIves/fetch-api-data-action",
"homepage": "https://github.com/JamesIves/github-sponsors-readme-action",
"keywords": [
"github-sponsors",
"sponsors",
Expand Down

0 comments on commit df44e2a

Please sign in to comment.