Compare commits

...

4 Commits

Author SHA1 Message Date
Michael Vorburger
5b5483c196
Merge 948e5fb7c7 into 7921ae235b 2025-02-20 13:03:30 +09:00
Rob Herley
7921ae235b
Merge pull request #1557 from actions/robherley/ia-workflow-released
Update publish-immutable-actions.yml
2025-02-18 17:47:05 -05:00
Rob Herley
3937731706
Update publish-immutable-actions.yml 2025-02-18 17:43:49 -05:00
Michael Vorburger
948e5fb7c7
Recommend bazel-contrib/setup-bazel instead on examples doc 2024-12-12 23:26:41 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
on: on:
release: release:
types: [published] types: [released]
jobs: jobs:
publish: publish:

View File

@ -683,6 +683,8 @@ steps:
## * - Bazel ## * - Bazel
**Consider using https://github.com/bazel-contrib/setup-bazel instead!**
[`bazelisk`](https://github.com/bazelbuild/bazelisk) does not have be to separately downloaded and installed because it's already included in GitHub's `ubuntu-latest` and `macos-latest` base images. [`bazelisk`](https://github.com/bazelbuild/bazelisk) does not have be to separately downloaded and installed because it's already included in GitHub's `ubuntu-latest` and `macos-latest` base images.
### Linux ### Linux