Skip to content

Commit

Permalink
Fix: Fix deployment workflow for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Nov 18, 2020
1 parent 8cc2f60 commit f2f1d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
shell: bash
run: |
echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
echo "::set-output name=RELEASE_VERSION::${GITHUB_REF:10}"
- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
Expand Down

0 comments on commit f2f1d34

Please sign in to comment.