Skip to content

Commit

Permalink
Issue #1: First stab at releasing:
Browse files Browse the repository at this point in the history
* GITHUB_TOKEN
* Block ospo@block.xyz as developer
  • Loading branch information
ALRubinger committed Oct 11, 2024
1 parent bbf355b commit 7fdd5fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.TBD_RELEASE_GITHUB_PERSONAL_ACCESS_TOKEN }}

# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
Expand All @@ -44,8 +43,8 @@ jobs:
# Used in writing commits in the release process
- name: Set Git Config
run: |
git config user.name "tbd-releases"
git config user.email "releases@tbd.email"
git config user.name "block-release-manager[bot]"
git config user.email "block-release-manager[bot]@users.noreply.github.com"
# This will set versions, git tag, sign, and publish to TBD Artifactory. Does not release to Maven Central.
- name: Release and Publish to TBD Artifactory
Expand Down Expand Up @@ -80,7 +79,6 @@ jobs:
env:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
TBD_RELEASE_GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.TBD_RELEASE_GITHUB_PERSONAL_ACCESS_TOKEN }}
SIGN_KEY_PASS: ${{ secrets.GPG_SECRET_PASSPHRASE }}
SIGN_KEY: ${{ secrets.GPG_SECRET_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<developer>
<id>Block</id>
<name>Block, Inc.</name>
<email>releases@tbd.email</email> <!-- TODO Update this to Block, Issue #1) -->
<email>ospo@block.xyz</email>
</developer>
</developers>

Expand Down

0 comments on commit 7fdd5fb

Please sign in to comment.