Skip to content

Commit

Permalink
fix: release workflow (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz authored Aug 27, 2024
1 parent 64f0fde commit 5f7870e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: package.json
path: ./package.json
- name: Download artifact .releaserc.json
uses: actions/download-artifact@v4
with:
name: .releaserc.json
path: ./.releaserc.json
- name: setup semantic-release
run: npm i
- name: Release
Expand Down

0 comments on commit 5f7870e

Please sign in to comment.