Skip to content

Commit 07efe69

Browse files
authored
Update npm-release.yml
1 parent 668dee9 commit 07efe69

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/npm-release.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write # to be able to comment on released pull requests
2929
id-token: write # to enable use of OIDC for npm provenance
3030
outputs:
31-
ARTIFACT_NAME: ${{ steps.npm_release.outputs.artifact-name }}
31+
ARTIFACT_NAME: ${{ steps.npm_release.outputs.ARTIFACT_NAME }}
3232
VERSION: ${{steps.npm_release.outputs.VERSION}}
3333
env:
3434
skipDeployment: false
@@ -45,18 +45,6 @@ jobs:
4545
runs-on: ubuntu-latest
4646
needs: release
4747
steps:
48-
- name: Checkout code
49-
uses: actions/checkout@v4
50-
- name: Download a single artifact
51-
uses: actions/download-artifact@v4
52-
with:
53-
name: ${{ needs.release.outputs.ARTIFACT_NAME }}
54-
- id: aa
55-
run: |
56-
echo ${{ needs.release.outputs.ARTIFACT_NAME }}
57-
ls -al
58-
cd sps-frontend
59-
ls -al
6048
- uses: it-at-m/.github/.github/actions/action-build-image@main
6149
with:
6250
path: "${{ inputs.app-path }}"

0 commit comments

Comments
 (0)