Skip to content

Commit 2526805

Browse files
committed
debugging conda workflow
1 parent 9bd7213 commit 2526805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout code
6262
uses: actions/checkout@v3
6363
with:
64-
ref: v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
64+
# ref: v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
6565
fetch-depth: 0
6666

6767
- name: Changelog
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@v3
100100
with:
101101
token: ${{ secrets.PYPCAPKIT }}
102-
ref: v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
102+
# ref: v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
103103
fetch-depth: 0
104104

105105
- name: Reset Build Number

0 commit comments

Comments
 (0)