Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 75bdf0c

Browse files
committed
fix create release + update awesome-ci to 1.1.2
1 parent 5d077fd commit 75bdf0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: fullstack-devops/awesome-ci-action@main
117117

118118
- name: Publish Release
119-
run: awesome-ci release publish --release-id "${{ needs.create_release.outputs.release-id }}"
119+
run: awesome-ci release publish --release-id ${{ needs.create_release.outputs.release-id }}
120120
env:
121121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122122

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV GH_RUNNER_VERSION=2.300.2
1717
ENV GH_RUNNER_LABELS=ubuntu-20.04
1818

1919
# https://github.com/fullstack-devops/awesome-ci/releases
20-
ENV AWESOME_CI_VERSION 1.1.1
20+
ENV AWESOME_CI_VERSION 1.1.2
2121
# https://github.com/samuong/alpaca/releases
2222
ENV ALPACA_VERSION 1.3.2
2323

0 commit comments

Comments
 (0)