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 75b482b commit ba3fc63Copy full SHA for ba3fc63
.github/workflows/release-tag.yaml
@@ -11,8 +11,6 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v2
14
- with:
15
- submodules: recursive
16
- name: Get the version
17
id: get_version
18
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
.github/workflows/release-workflow.yaml
0 commit comments