Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
build: changing release target to 'verb' style
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Sep 18, 2023
1 parent 31fc0ea commit d341415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releasing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
fetch-depth: 0
- name: Releasing.
run: earthly --ci --secret GH_TOKEN +releasing
run: earthly --ci --secret GH_TOKEN +release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by GitHub Actions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ unit-test:
RUN ./ci/unit-test.sh


releasing:
release:
FROM +ubuntu-base
RUN apt-get install wget git -y
# Install GitHub CLI.
Expand All @@ -221,4 +221,4 @@ releasing:
RUN tar -xzvf "git-cliff-${GIT_CLIFF_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
RUN cp "./git-cliff-${GIT_CLIFF_VERSION}/git-cliff" /bin/git-cliff
DO +COPY_METADATA
RUN --secret GH_TOKEN ./ci/releasing.sh
RUN --secret GH_TOKEN ./ci/release.sh
File renamed without changes.

0 comments on commit d341415

Please sign in to comment.