Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed May 7, 2024
1 parent 696bb0e commit 135cd07
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:

- name: Build the resharper-annotate Docker image
run: |
docker build ./resharper-annotate --tag ghcr.io/vmelnalksnis/resharper-annotate:v0.3.0
docker push ghcr.io/vmelnalksnis/resharper-annotate:v0.3.0
docker build ./resharper-annotate --tag ghcr.io/vmelnalksnis/resharper-annotate:v0.3.1
docker push ghcr.io/vmelnalksnis/resharper-annotate:v0.3.1
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
--properties:Configuration=Release
- name: Annotate with inspections
uses: VMelnalksnis/resharper-inspect-action/[email protected].0
uses: VMelnalksnis/resharper-inspect-action/[email protected].1
with:
report: report
treat-warnings-as-errors: ${{ inputs.treat-warnings-as-errors }}
2 changes: 1 addition & 1 deletion resharper-annotate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resharper-annotate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resharper-annotate"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion resharper-annotate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'docker://ghcr.io/vmelnalksnis/resharper-annotate:v0.3.0'
image: 'docker://ghcr.io/vmelnalksnis/resharper-annotate:v0.3.1'
args:
- ${{ inputs.report }}
- ${{ inputs.treat-warnings-as-errors }}

0 comments on commit 135cd07

Please sign in to comment.