Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan authored Sep 25, 2023
1 parent c460ce1 commit 8a4ad99
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: "Create release ${{ inputs.version }}"
name: "Create release"

on:
workflow_dispatch:
Expand All @@ -17,8 +17,10 @@ jobs:
release-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Create tag"
- name: "Fetch code from main branch"
uses: actions/checkout@v4

- name: "Create tag ${{ inputs.version }}"
run: |
git tag "${{ inputs.version }}"
git push --tags

0 comments on commit 8a4ad99

Please sign in to comment.