Skip to content

Commit

Permalink
fix: docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Palesandro committed Oct 24, 2023
1 parent 9bf0610 commit d8cbf1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
RELEASE_VERSION: ${{ steps.set_version.outputs.RELEASE_VERSION }}
steps:
- name: Set RELEASE_VERSION from tag
id: set_version
if: github.event_name == 'push'
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Set RELEASE_VERSION from workflow input
id: set_version
if: github.event_name == 'workflow_dispatch'
run: echo "RELEASE_VERSION=${{ github.event.inputs.releaseVersion }}" >> $GITHUB_OUTPUT

Expand Down

0 comments on commit d8cbf1b

Please sign in to comment.