Skip to content

Commit

Permalink
Update directory-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed May 25, 2023
1 parent ed8655f commit 5b1b633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/directory-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Publish to the Vaadin Directory'
env:
ADDON: nps
VERSION: ${{ github.ref_name }}
ADDON_ZIP: "addon/target/${{ADDON}}-${{VERSION}}.zip"
ADDON_ZIP: "addon/target/${{env.ADDON}}-${{env.VERSION}}.zip"

on:
release:
Expand Down

0 comments on commit 5b1b633

Please sign in to comment.