Skip to content

Commit a31bad7

Browse files
committed
ci: Fix MELPA releasing
1 parent 771239b commit a31bad7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162
needs: integ
163163
runs-on: ubuntu-18.04
164164
steps:
165+
- uses: actions/checkout@v2
166+
165167
- name: Set release version
166168
run: |
167169
echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)