Skip to content

Commit

Permalink
chore(template): sync with ahmadnassri/template-node-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Mar 4, 2021
1 parent 960da2d commit 4c28531
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

runs-on: ubuntu-latest

if: ${{ github.event.workflow_run.conclusion == 'success' }}

outputs:
published: ${{ steps.release.outputs.published }}
version: ${{ steps.release.outputs.release-version }}

steps:
- uses: ahmadnassri/action-workflow-run-wait@v1

- uses: actions/checkout@v2
with:
submodules: true
Expand All @@ -49,9 +49,9 @@ jobs:
with:
submodules: true

- uses: ahmadnassri/action-github-registry-npm-proxy@v1
- uses: ahmadnassri/action-github-registry-npm-proxy@v2
with:
github-token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
owner: ${{ github.repository_owner }}

- name: publish to github registry
Expand Down

0 comments on commit 4c28531

Please sign in to comment.