We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1e0b commit 3d0473dCopy full SHA for 3d0473d
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: Get version from tag
21
id: tag_name
22
- run: echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
+ run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
23
24
- name: Check out repository
25
uses: actions/checkout@v3.1.0
0 commit comments