Skip to content

Commit

Permalink
chore(main): release login-to-gcs 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
1 parent 79e20cd commit e547ad0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"actions/aws-auth": "1.0.0",
"actions/build-push-to-dockerhub": "0.1.0",
"actions/login-to-gar": "0.1.0",
"actions/login-to-gcs": "0.1.0",
"actions/login-to-gcs": "0.1.1",
"actions/argo-lint": "1.0.0",
"actions/setup-conftest": "1.0.0",
"actions/setup-argo": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions actions/login-to-gcs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/grafana/shared-workflows/compare/login-to-gcs-v0.1.0...login-to-gcs-v0.1.1) (2024-12-16)


### 🔧 Miscellaneous Chores

* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53))

## 0.1.0 (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion actions/login-to-gcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
login-to-gcs:
name: login-to-gcs
steps:
- uses: grafana/shared-workflows/actions/[email protected].0
- uses: grafana/shared-workflows/actions/[email protected].1
id: login-to-gcs
```
Expand Down

0 comments on commit e547ad0

Please sign in to comment.