Skip to content

Commit

Permalink
Merge pull request #1964 from hung-nguyen-hoang/DC-3240-Ext
Browse files Browse the repository at this point in the history
TRIVIAL: Remove logging using tracking for release

Reviewed-by: https://github.com/danh-ung
  • Loading branch information
gdgate authored Mar 13, 2024
2 parents e5c72ff + 7e0094b commit 40fc84b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run gem release
run: |
echo ${SAMPLE_KEY:0:3}
echo ${GEM_HOST_API_KEY:0:20}
bundle exec rake gem:release
run: bundle exec rake gem:release
env:
SAMPLE_KEY: "a1234567"
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
rubygems-release:
runs-on: ubuntu-latest
Expand All @@ -41,12 +37,8 @@ jobs:
ruby-version: 3.2.1
bundler-cache: true
- name: Run gem release
run: |
echo ${SAMPLE_KEY:0:3}
echo ${GEM_HOST_API_KEY:0:20}
bundle exec rake gem:release
run: bundle exec rake gem:release
env:
SAMPLE_KEY: "a1234567"
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
gem-smoke-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 40fc84b

Please sign in to comment.