Skip to content

Commit

Permalink
ci(deploy-bundle): update workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Dec 21, 2024
1 parent 1495a0f commit da4c6e1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/deploy-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,22 @@ jobs:
id: task_release_github_checkout
uses: actions/checkout@v4

# #
# Release › Github › Checkpoint › Arm64
# #

- name: '⚠️ Checkpoint'
id: task_release_github_checkpoint
run: |
echo "registry ................................... Github"
echo "github.actor................................ ${{ github.actor }}"
echo "github.ref ................................. ${{ github.ref }}"
echo "github.ref_name ............................ ${{ github.ref_name }}"
echo "github.event_name .......................... ${{ github.event_name }}"
echo "github.event.release.tag_name .............. ${{ github.event.release.tag_name }}"
echo "inputs.DRY_RUN ............................. ${{ inputs.DRY_RUN }}"
echo "env.AUTHOR ................................. ${{ env.IMAGE_AUTHOR }}"
# #
# Release › Github › Create
# #
Expand All @@ -157,7 +173,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ADMINSERV_TOKEN_CL }}
with:
tag_name: '${{ env.IMAGE_VERSION }}'
release_name: 'Release ${{ env.IMAGE_VERSION }}'
release_name: '${{ env.IMAGE_VERSION }}'
draft: false
prerelease: false

Expand Down Expand Up @@ -276,7 +292,7 @@ jobs:
# #

- name: '⚠️ Checkpoint'
id: task_release_github_checkpoint
id: task_release_ghcr_checkpoint
run: |
echo "registry ............. Github"
echo "github.actor.......... ${{ github.actor }}"
Expand Down

0 comments on commit da4c6e1

Please sign in to comment.