Skip to content

Commit 8f5fadb

Browse files
committed
Updated the upload_dev.yml workflow
1 parent a034a8d commit 8f5fadb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/upload_dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Set up Node.js
1719
uses: actions/setup-node@v3
@@ -29,6 +31,7 @@ jobs:
2931
run: |
3032
latest_tag=$(git describe --tags $(git rev-list --tags --max-count=1) 2>/dev/null || echo "none")
3133
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
34+
echo "latest_tag=$latest_tag" >> $GITHUB_OUTPUT
3235
3336
- name: Determine new pre-release version
3437
id: determine_version

0 commit comments

Comments
 (0)