Skip to content

Commit 6d2f688

Browse files
committed
fix(CI): typos
1 parent 4b177ba commit 6d2f688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/real-workflows/publish-calculator-demo-aot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
<<: *use-docker-sdk-with-matrix
9999

100-
create-prelease:
100+
create-prerelease:
101101
permissions:
102102
contents: write
103103
needs: [build-native, build-docker-amd64]

.github/workflows/create-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Generate release tag
4646
id: tag
4747
run: |
48-
echo "::set-output name=release_tag::Demo-Calculator-${{ inputs.custom-tag }}-$(date +"%Y.%m.%d-%H:%M")"
48+
echo "::set-output name=release_tag::Demo-Calculator-${{ inputs.custom-tag }}-$(date +"%Y.%m.%d-%H-%M")"
4949
- name: Create GitHub pre-release
5050
uses: softprops/action-gh-release@v2
5151
with:

0 commit comments

Comments
 (0)