Skip to content

Commit

Permalink
Merge pull request #5 from Overmuse/SR/prometheus
Browse files Browse the repository at this point in the history
switch to prometheus for reporting
  • Loading branch information
SebRollen authored Jul 16, 2021
2 parents f2dc3d8 + 1045d33 commit 1ce6c96
Show file tree
Hide file tree
Showing 9 changed files with 436 additions and 98 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: actions/checkout@v2
- name: Read version number
id: read_toml
uses: outcome-co/action-read-toml@v2.0.10
uses: SebRollen/toml_action@v1.0.0
with:
path: Cargo.toml
key: package.version
file: Cargo.toml
field: package.version
- name: Set tag env variable
run: echo IMAGE_TAG=v${{steps.read_toml.outputs.package_version}} >> $GITHUB_ENV
run: echo IMAGE_TAG=v${{steps.read_toml.outputs.value}} >> $GITHUB_ENV
- uses: ncipollo/release-action@v1
continue-on-error: true
with:
Expand Down
Loading

0 comments on commit 1ce6c96

Please sign in to comment.