Skip to content

Commit

Permalink
Merge branch 'main' into release-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty authored Sep 11, 2023
2 parents e21659c + 7236b5b commit 1c01e30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- id: get-tag
name: Get tag
run: echo "tag=$(echo ${{ github.event.pull_request.head.ref }} | tr -d release-)" >> $GITHUB_OUTPUT
- name: Create tag
run: |
git tag ${{ steps.get-tag.outputs.tag }}
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit 1c01e30

Please sign in to comment.