Skip to content

Commit c998743

Browse files
chore(main): release login-to-gcs 0.1.1
1 parent be0b737 commit c998743

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"actions/aws-auth": "1.0.0",
88
"actions/build-push-to-dockerhub": "0.1.0",
99
"actions/login-to-gar": "0.1.0",
10-
"actions/login-to-gcs": "0.1.0",
10+
"actions/login-to-gcs": "0.1.1",
1111
"actions/argo-lint": "1.0.0",
1212
"actions/setup-conftest": "1.0.0",
1313
"actions/setup-argo": "1.0.0",

actions/login-to-gcs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/grafana/shared-workflows/compare/login-to-gcs-v0.1.0...login-to-gcs-v0.1.1) (2024-12-18)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* 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))
9+
310
## 0.1.0 (2024-11-28)
411

512

actions/login-to-gcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
login-to-gcs:
2424
name: login-to-gcs
2525
steps:
26-
- uses: grafana/shared-workflows/actions/[email protected].0
26+
- uses: grafana/shared-workflows/actions/[email protected].1
2727
id: login-to-gcs
2828
```
2929

0 commit comments

Comments
 (0)