Compare commits
1 Commits
v0.1.2
...
566f0f6ea2
| Author | SHA1 | Date | |
|---|---|---|---|
| 566f0f6ea2 |
@@ -32,6 +32,9 @@ jobs:
|
|||||||
needs: test
|
needs: test
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug ref
|
||||||
|
run: echo "github.ref = ${{ github.ref }}"
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user