Skip to content

Commit

Permalink
Fixed pipeline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeryther committed Oct 21, 2022
1 parent 9ffbfcc commit 24ba208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
types: [created, edited]

jobs:
publish-npm:
needs: build
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "country-to-aws-region",
"officialName": "country-to-aws-region",
"version": "1.0.2",
"version": "1.0.3",
"description": "JS library that helps get the closest AWS region from a country code",
"summary": "JS library that helps get the closest AWS region from a country code",
"main": "lib/index.js",
Expand Down

0 comments on commit 24ba208

Please sign in to comment.