Skip to content

Commit

Permalink
register post release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vastin committed Jul 26, 2024
1 parent f83d6df commit 6e22b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
version:
description: 'Version number (e.g., 1.0.1)'
required: true
push:

env:
AWS_DEFAULT_REGION: us-east-1
Expand Down Expand Up @@ -53,7 +54,6 @@ jobs:
exit 1
fi

prepare-main:
runs-on: ubuntu-latest
needs: check-version
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice." \
--head prepare-main-for-next-dev-cycle-${VERSION} \
--base main
--base release-workflow
3 changes: 1 addition & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
RELEASE_PRIVATE_REPOSITORY: 637423224110.dkr.ecr.us-east-1.amazonaws.com/adot-autoinstrumentation-dotnet
RELEASE_PRIVATE_REGISTRY: 637423224110.dkr.ecr.us-east-1.amazonaws.com
RELEASE_PRIVATE_S3: s3://adot-autoinstrumentation-dotnet-staging
# PACKAGE_NAME: aws-opentelemetry-distro

permissions:
id-token: write
Expand All @@ -35,7 +34,7 @@ jobs:

release:
needs: [build-and-upload]
environment: Release-test
# environment: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
Expand Down

0 comments on commit 6e22b0f

Please sign in to comment.