Skip to content

Commit

Permalink
Fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsume-197 committed Mar 30, 2024
1 parent e3fd1d6 commit f17add3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:
run: |
raw=$(git branch -r --contains ${{ github.ref }})
branch=${raw##*/}
echo "{name}=branch" >> $GITHUB_OUTPUT
echo "branch=$branch" >> $GITHUB_OUTPUT
echo "Branch is $branch."
build:
name: Build
needs: [check]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit f17add3

Please sign in to comment.