Skip to content

Commit 265f3f9

Browse files
authored
Merge pull request #354 from EventStore/pvanbuijtene/fix-gha-output
Stop using deprecated way of setting workflow output (DB-84)
2 parents a34fb1e + b87afec commit 265f3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v3
1313
- name: Get the version
1414
id: get_version
15-
run: echo ::set-output name=version::${GITHUB_REF:15}
15+
run: echo "version=${GITHUB_REF:15}" >> $GITHUB_OUTPUT
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:

0 commit comments

Comments
 (0)