Skip to content

Commit

Permalink
fix(workflow) - test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilla28 committed Mar 20, 2024
1 parent d94022e commit 45433ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
echo "Path: ${{ github.workspace }}/shell-binaries/"
echo "RefName: ${{ github.ref_name }}"
Compress-Archive -Path ${{ github.workspace }}/shell-binaries/* -DestinationPath ./composeui-test-win32.zip
deploy-npm:
name: Publish Package to npmjs
Expand All @@ -55,7 +54,6 @@ jobs:

steps:
- name: npm publish --dry-run
- if: github.ref != 'refs/heads/main'
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down

0 comments on commit 45433ec

Please sign in to comment.