diff options
author | Aleksey Kladov <[email protected]> | 2020-05-25 15:26:01 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-05-25 15:26:01 +0100 |
commit | 5e66045a21aa575b2712eee56e7ebdd90965260f (patch) | |
tree | a02d2f2381bc057189fdf46b4e5052c4afb226e1 /.github/workflows | |
parent | 30f058dfea5d3b8ec558e49967787927752364aa (diff) |
Try fixing release tags
closes #4319
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29ac89549..11c6f0ac3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -88,6 +88,9 @@ jobs: | |||
88 | - name: Checkout repository | 88 | - name: Checkout repository |
89 | uses: actions/checkout@v2 | 89 | uses: actions/checkout@v2 |
90 | 90 | ||
91 | - run: echo "::set-env name=HEAD_SHA::$(git rev-parse HEAD)" | ||
92 | - run: 'echo "HEAD_SHA: $HEAD_SHA"' | ||
93 | |||
91 | - uses: actions/download-artifact@v1 | 94 | - uses: actions/download-artifact@v1 |
92 | with: | 95 | with: |
93 | name: dist-macos-latest | 96 | name: dist-macos-latest |