Skip to content

Commit 19042ce

Browse files
committed
.deploy
1 parent 3c5d8a1 commit 19042ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sten_ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Create & Push Tag
3434
run: |
3535
VERSION=$(jq -r '.version.name' Illyria/pack.mcmeta)
36-
echo "TAG=$VERSION" >> $GITHUB_ENV
36+
echo "::set-output name=TAG::$VERSION"
3737
shell: bash
3838

3939
- id: create_release

0 commit comments

Comments
 (0)