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.
2 parents b0f9350 + 2dc34a6 commit f4aadfeCopy full SHA for f4aadfe
.github/workflows/release.yml
@@ -36,7 +36,10 @@ jobs:
36
steps:
37
- name: "📝 Store the current release version"
38
id: release_version
39
- run: echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
+ run: |
40
+ export RELEASE_VERSION="${GITHUB_REF:11}"
41
+ echo "Found Release Version: ${RELEASE_VERSION}"
42
+ echo "value=${RELEASE_VERSION}" >> $GITHUB_OUTPUT
43
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
44
run: curl -s https://api.ipify.org
45
- name: "Extract repository name"
0 commit comments