Skip to content

Commit 5b40dc5

Browse files
ci: use the new output syntax (for real)
1 parent f8ef63d commit 5b40dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_addons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Create Release Tag
2424
id: release_tag
2525
run: |
26-
echo "{tag}={release_$(date +"%Y_%m_%d_%H_%M_%S")}" >> $GITHUB_OUTPUT
26+
echo "tag=release_$(date +"%Y_%m_%d_%H_%M_%S")" >> $GITHUB_OUTPUT
2727
2828
- name: Create Release
2929
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)