Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Format release tags for publishing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakov5776 authored Aug 20, 2023
1 parent a0b4d9c commit 740caac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ida-uwp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- name: Pushing to release
uses: ncipollo/release-action@v1
with:
name: ${ needs.update_check.outputs.RELEASE_TAG }
tag: ${ needs.update_check.outputs.RELEASE_TAG }
body: ${ needs.update_check.outputs.RELEASE_TAG }
name: ${{ needs.update_check.outputs.RELEASE_TAG }}
tag: ${{ needs.update_check.outputs.RELEASE_TAG }}
body: ${{ needs.update_check.outputs.RELEASE_TAG }}
commit: ${{ github.sha }}
artifacts: "RobloxBundle/Windows10Universal.exe.idb"
allowUpdates: true
Expand Down

0 comments on commit 740caac

Please sign in to comment.