Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
e-simo authored Jan 13, 2023
1 parent de71a42 commit 5a4f580
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Bump version
on:
workflow_dispatch:
inputs:
environment:
description: 'Define env name'
tag_value:
description: 'Specify tag(V.x.x.x)'
required: true
default: 'prod'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -16,7 +15,7 @@ jobs:
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: sdfa
custom_tag: ${{ github.event.inputs.tag_value }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 5a4f580

Please sign in to comment.