Skip to content

Commit 2697d43

Browse files
author
pyama
committed
fix task
1 parent 911fdb0 commit 2697d43

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
name: release
33
on:
44
workflow_dispatch:
5-
inputs:
6-
stage:
7-
description: 'deploy stage'
8-
default: "staging"
9-
required: true
10-
type: choice
11-
options:
12-
- staging
13-
- production
145
jobs:
156
release:
167
runs-on: ubuntu-latest
@@ -35,6 +26,6 @@ jobs:
3526
echo -n '${{ secrets.GPG_PUBLIC_KEY }}' > keys/pub.key
3627
echo -n '${{ secrets.GPG_SECRET_KEY }}' > keys/sec.key
3728
- name: deploy
38-
run: make ${{ github.event.inputs.stage }}_deploy
29+
run: make deploy
3930
env:
4031
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}

0 commit comments

Comments
 (0)