Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loweredgames committed Feb 19, 2024
1 parent a5f6166 commit c783fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Construct tag name
id: construct_tag
run: |
tag_name="${{ steps.get_version.outputs.RELEASE }}${{ steps.get_version.outputs.NIGHTLY }}"
echo "::set-output name=tag::$tag_name"
tag_name="${{ steps.get_version.outputs.tag }}"
echo "::set-output name=tag::test"
- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit c783fa0

Please sign in to comment.