Skip to content

Commit

Permalink
corrected github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ayu023ban committed May 9, 2021
1 parent 463220c commit 5e2574a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '10.x'
registry-url: 'https://registry.npmjs.org'
Expand All @@ -21,11 +21,10 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: '@octocat'
# Publish to GitHub Packages
- run: npm publish
env:
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

v1.0.3
2 changes: 0 additions & 2 deletions .nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid-vaccine-tracker",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Tracker to Check the availability of vaccine through pincode and buzzer in case of availability",
"homepage": "https://github.com/ayu023ban/covid-vaccine-tracker#readme",
"main": "app.js",
Expand Down

0 comments on commit 5e2574a

Please sign in to comment.