Skip to content

Commit

Permalink
keep trying to fix the workflow to generate a plugin asset
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jun 9, 2022
1 parent 35b0295 commit 0693cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Add build zip to GitHub releases.
# Version: 1.0.0
# Version: 1.1.0

name: Release

Expand Down Expand Up @@ -91,6 +91,7 @@ jobs:
- name: "Get release version."
run: |
echo "release_tag=$(node -p -e "require('./package.json').version")" >> $GITHUB_ENV
echo "release_name=$(node -p -e "require('./package.json').name")" >> $GITHUB_ENV
- name: "Logs debug information."
run: |
Expand Down

0 comments on commit 0693cc0

Please sign in to comment.