Skip to content

Commit

Permalink
fix(github actions): broken variable
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Feb 3, 2021
1 parent 2f22022 commit 3d8e914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pm2guide_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
Version: ${{ steps.get_version.outputs.VERSION }}
Commit: ${{ steps.slug.outputs.sha8 }}
Date: ${{ steps.date.outputs.date }}
tag_name: ${ {steps.get_version.outputs.VERSION }}
tag_name: ${{ steps.get_version.outputs.VERSION }}
release_name: ${{ steps.get_version.outputs.VERSION }}
draft: false
prerelease: false
Expand Down

0 comments on commit 3d8e914

Please sign in to comment.