Skip to content

Commit

Permalink
Bumping to v0.17.21
Browse files Browse the repository at this point in the history
# What
Resolving versioning issues:
- v0.17.19 was incorrectly released (no version bump, but created in GitHub Releases)
- v0.17.20 had it's version bumped but incorrectly to `v0.17.19`, marked correctly in GitHub Releases

Making a clean break here to release `v0.17.21` both as version and as GitHub Release
  • Loading branch information
dmorgan-fa committed Nov 14, 2024
1 parent b217f4d commit 3e3c647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
serverless-tools (0.17.19)
serverless-tools (0.17.21)
aws-sdk-ecr
aws-sdk-lambda
aws-sdk-s3
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ inputs:
required: true
runs:
using: "docker"
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.17.19"
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.17.21"
args:
- ${{ inputs.command }}
2 changes: 1 addition & 1 deletion lib/serverless-tools/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ServerlessTools
# When updating the version, also update the verion specified in the image tag
# of the action.yml.
VERSION = "0.17.19"
VERSION = "0.17.21"
end

0 comments on commit 3e3c647

Please sign in to comment.