Skip to content

Commit

Permalink
fix version saved to file
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored Aug 10, 2020
1 parent 33c0cd0 commit 4991ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Store version variables to file
run: |
echo "$GITHUB_SHA" > ./test_runner/src/main/resources/revision.txt
echo "$MVN_VERSION" > ./test_runner/src/main/resources/version.txt
echo "$RELEASE_TAG" > ./test_runner/src/main/resources/version.txt
- name: Update bugsnag
run: flankScripts release updateBugsnag --bugsnag-api-key=${{ secrets.BUGSNAG_API_KEY }} --app-version=${GITHUB_SHA}
Expand Down

0 comments on commit 4991ff0

Please sign in to comment.