Skip to content

Commit 96f5c63

Browse files
committed
fix release action
1 parent 07192ef commit 96f5c63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/on_pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: Run Tests
44

55
# Controls when the action will run.
66
on: [pull_request]

.github/workflows/on_tag_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: Publish Release
44

55
# Controls when the action will run.
66
on:
@@ -18,6 +18,7 @@ jobs:
1818

1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
21+
- uses: actions/checkout@master
2122
- uses: actions/setup-python@v2
2223
with:
2324
python-version: '3.8'

0 commit comments

Comments
 (0)