Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
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 .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
uses: fullstack-devops/awesome-ci-action@main

- name: Publish Release
run: awesome-ci release publish --release-id "${{ needs.create_release.outputs.release-id }}"
run: awesome-ci release publish --release-id ${{ needs.create_release.outputs.release-id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV GH_RUNNER_VERSION=2.300.2
ENV GH_RUNNER_LABELS=ubuntu-20.04

# https://github.com/fullstack-devops/awesome-ci/releases
ENV AWESOME_CI_VERSION 1.1.1
ENV AWESOME_CI_VERSION 1.1.2
# https://github.com/samuong/alpaca/releases
ENV ALPACA_VERSION 1.3.2

Expand Down