Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"actions/eslint": "1.0.1",
"actions/push-docker": "1.0.1",
"actions/artifactory-login": "1.0.0",
"actions/update-artifacts-file": "1.1.0",
"actions/update-artifacts-file": "1.1.1",
"actions/build-docker": "1.0.1",
"actions/openapi-lint": "1.0.0",
"actions/init-npm": "1.0.0"
Expand Down
7 changes: 7 additions & 0 deletions actions/update-artifacts-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/MapColonies/shared-workflows/compare/update-artifacts-file-v1.1.0...update-artifacts-file-v1.1.1) (2025-07-09)


### 🐛 Bug Fixes

* **update-artifacts-file:** set the scripts as executable ([#81](https://github.com/MapColonies/shared-workflows/issues/81)) ([ac8755c](https://github.com/MapColonies/shared-workflows/commit/ac8755c3562efdf277de83dd8d0d0ea7f521cc19))

## [1.1.0](https://github.com/MapColonies/shared-workflows/compare/update-artifacts-file-v1.0.1...update-artifacts-file-v1.1.0) (2025-07-08)


Expand Down
4 changes: 2 additions & 2 deletions actions/update-artifacts-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ This GitHub Action builds and publishes a Helm chart to a specified registry and

```yaml
- name: Update artifacts.json
uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.0
uses: MapColonies/shared-workflows/actions/update-artifacts-file@update-artifacts-file-v1.1.1
with:
domain: infra
artifact_name: "sftpgo"
artifact_tag: "v2.0.2"
artifact_tag: "version"
type: "docker"
registry: ${{ secrets.ACR_URL }}
github_token: ${{ secrets.GH_PAT }}
Expand Down