Skip to content

Commit

Permalink
Merge pull request #13 from Vermintide-Mod-Framework/dalokraff-ci-rel…
Browse files Browse the repository at this point in the history
…ease-fix

Fix not Auto-creation of Release from CI pipeline
  • Loading branch information
unshame authored Aug 10, 2023
2 parents 2e9895f + 6d53992 commit 0bbcf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
echo "release_tag=${VMB_VERSION}" >> $GITHUB_OUTPUT
- name: Release
if: contains(fromJSON('["push"]'), github.event_name)
uses: softprops/action-gh-release@v1
if: ${{ github.event.pull_request.merged }}
with:
name: VMB v${{ steps.tag.outputs.release_tag }}
tag_name: ${{ steps.tag.outputs.release_tag }}
Expand Down

0 comments on commit 0bbcf30

Please sign in to comment.