Skip to content

Commit b9ded3a

Browse files
committed
Add "Show the version" step from ripgrep workflow
1 parent 75ab56f commit b9ded3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
if: env.VERSION == ''
4040
run: echo 'VERSION=${{ github.ref_name }}' >> "$GITHUB_ENV"
4141

42+
- name: Show the version
43+
run: |
44+
echo "version is: $VERSION"
45+
4246
- name: Create GitHub release
4347
id: release
4448
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)