Skip to content

Commit

Permalink
Merge pull request #6 from eibay/dev
Browse files Browse the repository at this point in the history
fix get-version needs
  • Loading branch information
eibay committed May 30, 2021
2 parents e5db55f + 6827bba commit 011ecca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- uses: actions/checkout@v2

- name: Run the api
# uses: cedrickring/[email protected]
# uses: eibay/golang-action@master
run: docker-compose up -d

- name: Run CI test
Expand Down Expand Up @@ -91,7 +89,7 @@ jobs:
- run-ci-test
- build-publish-api
outputs:
version: ${{ needs.GitVersion.outputs.version }}
version: ${{ needs.get-version.outputs.version }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- name: Checkout
Expand All @@ -104,7 +102,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
with:
tag_name: ${{ needs.GitVersion.outputs.version }}
tag_name: ${{ needs.get-version.outputs.version }}

trigger-dev-deploy:
name: Trigger Dev Deployment
Expand Down

0 comments on commit 011ecca

Please sign in to comment.