Skip to content

Commit e7c9668

Browse files
authored
chore: read value
1 parent 6893f49 commit e7c9668

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/create-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v3.3.0
32+
with:
33+
ref: gh-pages
3234

3335
- name: Get Latest Release
3436
id: get_latest_release
@@ -39,6 +41,9 @@ jobs:
3941
id: get_specified_release
4042
if: ${{ failure() }}
4143
run: echo "release=${{ github.event.inputs.release }}" >> "$GITHUB_OUTPUT"
44+
45+
- name: Check Release
46+
run: echo release
4247

4348
create_release:
4449
# The type of runner that the job will run on

0 commit comments

Comments
 (0)
X