Skip to content

Commit

Permalink
Merge pull request #6 from observIQ/release-version-json
Browse files Browse the repository at this point in the history
Write the version of the plugin release to file, so that others can c…
  • Loading branch information
djaglowski authored Jul 24, 2020
2 parents 6d98003 + f890ff4 commit dd2a3df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- run:
name: Create Plugins Tarball
command: tar -zcvf ./artifacts/carbon-plugins.tar.gz ./plugins/*
- run:
name: Write Version File
command: printf '{"version":"%s"}\n' $CIRCLE_TAG > artifacts/version.json
- run:
name: "Publish Release on GitHub"
command: |
Expand Down

0 comments on commit dd2a3df

Please sign in to comment.