Skip to content

Commit

Permalink
Fix workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Sep 25, 2020
1 parent 383c295 commit 5bedc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Get last release version
id: lastrelease
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: mtes-mct/monitorfish
with:
repository: mtes-mct/monitorfish

- name: Set VERSION env
run: echo ::set-env name=VERSION::$(echo ${{ steps.lastrelease.outputs.release }})
Expand Down

0 comments on commit 5bedc66

Please sign in to comment.