Skip to content

Commit

Permalink
[ACA-4649 load all tags for git publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Mar 7, 2023
1 parent e75f63d commit cf7118c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -116,7 +114,7 @@ jobs:
dry-run: ${{ inputs.dry-run-release }}

publish-libs:
name: "Publish libs to npm and gh registry"
name: "Publish libs to NPM and GitHub registry"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit cf7118c

Please sign in to comment.