We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4650d13 + 8bf4e0b commit 7e10afcCopy full SHA for 7e10afc
.github/workflows/release-dev.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Check out the repository
14
uses: actions/checkout@v3
15
with:
16
- fetch-depth: 1
+ fetch-depth: 0
17
18
- name: Set up Python
19
uses: actions/setup-python@v4
.github/workflows/release.yml
- name: Check out the repository and set tag env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
0 commit comments