We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ec405 commit d2782a6Copy full SHA for d2782a6
1 file changed
.github/workflows/release-builtins.yml
@@ -1,6 +1,6 @@
1
name: Publish ua-parser builtins
2
3
-run-name: Publish ${{ inputs.tag || 'master' }} to ${{ inputs.environment || 'pypy (scheduled)' }}
+run-name: Publish ${{ inputs.tag || 'master' }} to ${{ inputs.environment || 'pypi (scheduled)' }}
4
5
permissions: {}
6
@@ -14,7 +14,7 @@ on:
14
description: "uap-core ref to release"
15
type: string
16
environment:
17
- description: "environment to release for (testpypy or pypy)"
+ description: "environment to release for (testpypi or pypi)"
18
type: environment
19
required: true
20
@@ -38,7 +38,7 @@ jobs:
38
- name: Check necessity of release
39
id: check
40
env:
41
- PYPI: ${{ github.event.inputs.environment || 'pypy' }}
+ PYPI: ${{ github.event.inputs.environment || 'pypi' }}
42
REF: ${{ inputs.tag || 'HEAD' }}
43
run: |
44
case $PYPI in
0 commit comments