Skip to content

Commit

Permalink
chore: test new prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
arzola committed May 8, 2024
1 parent dd3b4c0 commit c9f2e50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 37 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/after-release.yml

This file was deleted.

12 changes: 11 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🤖 Prepare for Release 🚀
name: 🤖 Release Process 🚀

on:
workflow_call:
Expand Down Expand Up @@ -42,3 +42,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ga_token }}
run: gh release upload ${{ steps.release.outputs.tag_name }} ${{github.workspace}}/$GITHUB_REPO_SLUG-$GITHUB_TAG.zip --clobber
- name: Trigger staging bedrock updates
if: ${{ steps.release.outputs.release_created }}
uses: pressbooks/composer-autoupdate-bedrock@feat/trigger-after-release
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_SNS_ARN_DEV: ${{ secrets.AWS_SNS_ARN_DEV }}
AWS_SNS_ARN_STAGING: ${{ secrets.AWS_SNS_ARN_STAGING }}
INPUT_TRIGGERED_BY: ${{ github.repository }}
INPUT_BRANCH: ${{ github.ref }}

0 comments on commit c9f2e50

Please sign in to comment.