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 0874225 commit 3047cb6Copy full SHA for 3047cb6
.github/workflows/create-release.yml
@@ -23,7 +23,7 @@ jobs:
23
- id: "checkout"
24
uses: "actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8" # ratchet:actions/checkout@v3
25
- id: "version"
26
- run: echo version=$(cat VERSION) >> "${GITHUB_ENV}"
+ run: echo version=$(cat VERSION) >> "${GITHUB_OUTPUT}"
27
create-tag:
28
runs-on: "ubuntu-latest"
29
needs: "read_version"
0 commit comments