Skip to content

Commit

Permalink
ci: test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 18, 2024
1 parent bdb101b commit d363480
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @benken @thelukewalton
* @benken @thelukewalton @mikecoomber
7 changes: 1 addition & 6 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
permissions:
id-token: write
environment: artifactory
env:
username: ${{ secrets.ARTIFACTORY_USERNAME }}
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
zds-android-maven: ${{ secrets.ZDS_ANDROID_MAVEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -27,6 +23,5 @@ jobs:
echo "username=${{secrets.ARTIFACTORY_USERNAME}}" >> gradle.properties
echo "password=${{secrets.ARTIFACTORY_PASSWORD}}" >> gradle.properties
echo "zds-android-maven=${{secrets.ZDS_ANDROID_MAVEN}}" >> gradle.properties
- name: Publish
run: gradle publish -P publish=rel
run: gradle publish -P publish=dev
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ dependencies {

<!-- x-release-please-end -->

Once this is added, your IDE should

3. For the components to work and receive the correct theme values, we must add the theme n `AndroidManifest.xml`. Be sure to remove other themes which could override this and prevent the components from working.

```xml
Expand Down
2 changes: 1 addition & 1 deletion components/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ publishing {
groupId = 'com.zebra'
artifactId = 'zds'
// x-release-please-start-version
version = '1.0.0'
version = '1.1.0-alpha'
// x-release-please-end

afterEvaluate {
Expand Down

0 comments on commit d363480

Please sign in to comment.