Skip to content

Commit

Permalink
fix job
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed May 31, 2020
1 parent e999889 commit 9800915
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Set registry github packages
uses: actions/setup-node@v1
with:
registry-url: 'https://npm.pkg.github.com'
- name: Publish package to GITHUB
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Set registry github packages
# uses: actions/setup-node@v1
# with:
# registry-url: 'https://npm.pkg.github.com'
# - name: Publish package to GITHUB
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 1 addition & 3 deletions .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Remove old artifacts
on:
push:
branches:
- master
push
jobs:
remove-old-artifacts:
name: Remove old artifacts
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.2 / 2020-05-31

## :nut_and_bolt: Other
- Fix github CI (auto publish)

# 1.1.1 / 2020-05-31

## :bug: Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-engine",
"version": "1.1.1",
"version": "1.1.2",
"description": "Tools for firebase (backup, clean, restore)",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 9800915

Please sign in to comment.