Skip to content

Commit

Permalink
fix: change (#566)
Browse files Browse the repository at this point in the history
* feat: run release only on affected

* feat: run release only on affected

* fix: affected

* fix: affected

* fix: change
  • Loading branch information
maratsh authored Feb 6, 2025
1 parent 565a82a commit 7317dc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nx-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
id: mint
uses: tschm/token-mint-action@v1.0.3

- name: Install gpg secret key for java Maven
run: |
echo "${{ secrets.MAVEN_GPG_SECRET_KEY }}" | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
# - name: Install gpg secret key for java Maven
# run: |
# echo "${{ secrets.MAVEN_GPG_SECRET_KEY }}" | gpg --batch --import
# gpg --list-secret-keys --keyid-format LONG

- name: Set up JDK for deploy to Sonatype
uses: actions/setup-java@v4
Expand All @@ -79,7 +79,7 @@ jobs:
- run: npm ci
# Generate tag/changelog with semantic release
# setting parallel higher than one might cause problems with locking git repo
- run: npx nx run-many -t semantic-release --parallel=false
- run: npx nx affected -t semantic-release --parallel=false --base=$BASE_SHA --head=HEAD
name: semantic release
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
Expand All @@ -91,3 +91,4 @@ jobs:
TWINE_PASSWORD: ${{ steps.mint.outputs.api-token }}
POETRY_PYPI_TOKEN_PYPI: ${{ steps.mint.outputs.api-token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
BASE_SHA: ${{ github.event.before }}
4 changes: 2 additions & 2 deletions packages/dart/cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

> **💡NOTE:** In most cases there is no need to use this package directly and instead use a higher level package or library, like [affinidi_tdk_consumer_auth_provider](../consumer_auth_provider/) or [affinidi_tdk_auth_provider](../auth_provider/).
## Table of Contents
## Table of Content s . asdfasf

- [Affinidi TDK - Cryptography](#affinidi-tdk---cryptography)
- [Table of Contents](#table-of-contents)
- [Table of Content s . asdfasf](#table-of-content-s--asdfasf)
- [Requirements](#requirements)
- [Getting Started](#getting-started)
- [Usage](#usage)
Expand Down

0 comments on commit 7317dc2

Please sign in to comment.